lto test fails with -fno-inline in CFLAGS
[binutils-gdb.git] / gdb /
2023-06-23 Tom TromeyFix off-by-one error
2023-06-22 Ilya Leoshkevichgdb/testsuite: fix gdb.python/py-unwind.exp with python...
2023-06-22 Tom de Vries[gdb/testsuite] Clean or check standard_output_file...
2023-06-22 Tom TromeyImplement DAP "hover" context
2023-06-22 Tom TromeyImplement DAP logging breakpoints
2023-06-22 Tom TromeyHandle supportsVariablePaging in DAP
2023-06-22 Tom TromeyImplement type checking for DAP breakpoint requests
2023-06-22 Tom TromeyHandle exceptions when creating DAP breakpoints
2023-06-22 Tom TromeyReuse breakpoints more frequently in DAP
2023-06-22 Tom TromeyFix type of DAP hitCondition
2023-06-22 Simon Farregdb/DAP Few bug fixes & Evaluate Array Watch vars
2023-06-21 Tom TromeyAdd missing backslash to update-gnulib.sh
2023-06-21 Tom de Vries[gdb/testsuite] Add have_host_locale
2023-06-21 Tom de Vries[gdb/testsuite] Fix gdb.tui/wrap-line.exp
2023-06-21 Tom de Vries[gdb/testsuite] Reimplement Term::command_no_prompt_prefix
2023-06-21 Tom de Vries[gdb/testsuite] Make Term::wait_for "" match only a...
2023-06-20 Tom TromeyUse ARRAY_SIZE in ax-general.c
2023-06-20 Tom TromeyRemove aop_last
2023-06-20 Tom TromeyMake aop_map 'static'
2023-06-20 Tom TromeyUse bool for agent_expr::tracing
2023-06-20 Tom TromeySimplify agent_expr constructor
2023-06-20 Tom TromeyUse std::vector<bool> for agent_expr::reg_mask
2023-06-20 Tom TromeyUse gdb::byte_vector in agent_expr
2023-06-20 Tom TromeyRemove mem2hex
2023-06-20 Tom TromeyUse std::string in do_set_command
2023-06-20 Tom TromeyUse byte_vector in remote.c:readahead_cache
2023-06-20 Tom TromeyUse std::string in linux-osdata.c
2023-06-20 Tom TromeyUse unique_xmalloc_ptr for mi_parse::command
2023-06-20 Tom TromeyUse std::string for MI token
2023-06-19 Tom de VriesRevert "[gdb/testsuite] Clean standard_output_file...
2023-06-19 Simon FarreFixes 28ab59607ef40b9571c0702ffba8f6aa6fb1b033
2023-06-19 Simon FarreFixes f1a614dc8f015743e9fe7fe5f3f019303f8db718
2023-06-19 Simon Farregdb/Python: Added ThreadExitedEvent
2023-06-19 Simon Farregdb/dap - Getting thread names
2023-06-19 Tom de Vries[gdb/testsuite] Add shared_gnat_runtime_has_debug_info
2023-06-19 Tom de Vries[gdb/tui] Simplify tui_update_variables
2023-06-19 Tom de Vries[gdb] Add template functions assign_return/set_if_changed
2023-06-18 Tom de Vries[gdb/testsuite] Clean standard_output_file dir in gdb_init
2023-06-17 Tom de Vries[gdb/testsuite] Remove f-string in gdb.python/py-unwind.py
2023-06-17 Tom de Vries[gdb/testsuite] Add nopie in a few test-cases
2023-06-17 Tom de Vries[gdb/testsuite] Use require in gdb.dwarf2/implptr.exp
2023-06-16 Tom de Vries[gdb/testsuite] Clean up before compilation in gdb...
2023-06-16 Tom de Vries[gdb/testsuite] Use %progbits in gdb.arch/thumb*.S
2023-06-16 Andrew Burgessgdb: update IRC reference from Freenode to Libera.Chat
2023-06-14 Tom de Vries[gdb/testsuite] Fix gdb.base/step-over-exit.exp with...
2023-06-13 Tom de Vries[gdb/testsuite] Fix gdb.tui/long-prompt.exp with read1
2023-06-13 Tom de Vries[gdb/testsuite] Fix and add prompt anchoring in tuiterm
2023-06-13 Tom de Vries[gdb/testsuite] Allow procs with default value args...
2023-06-13 Tom de Vries[gdb/testsuite] Fix gdb.dap/type_check.exp with older...
2023-06-13 Lancelot SIXgdb/testsuite: use proper int size for gdb.dwarf2/symbo...
2023-06-12 Kevin BuettnerSimplify case DW_OP_GNU_uninit in dwarf_expr_context...
2023-06-12 Simon FarreAdded self to W.A.A. maintainers
2023-06-12 Richard Buntgdb/testsuite: Testing with the armflang compiler
2023-06-12 Tom TromeyRemove f-strings from DAP
2023-06-12 Tom TromeyImplement DAP conditional breakpoints
2023-06-12 Tom TromeyDo not report totalFrames from DAP stackTrace request
2023-06-12 Tom TromeyImplement DAP breakpointLocations request
2023-06-12 Tom TromeyAdd "stop at main" extension to DAP launch request
2023-06-12 Tom TromeyAdd "target" parameter to DAP attach request
2023-06-12 Tom TromeyHandle DAP supportsVariableType capability
2023-06-12 Tom TromeyImplement DAP setExpression request
2023-06-12 Tom TromeyAdd gdb.Value.assign method
2023-06-12 Tom TromeyAdd type-checking to DAP requests
2023-06-12 Tom TromeyUse tuples for default arguments in DAP
2023-06-12 Tom TromeyFix a latent bug in DAP request decorator
2023-06-12 Tom TromeyAdd test for DAP pause request
2023-06-12 Tom TromeyRename one DAP function
2023-06-12 Tom TromeyAdd singleThread support to some DAP requests
2023-06-12 Tom TromeyImplement DAP stepOut request
2023-06-12 Tom TromeyImplement DAP attach request
2023-06-12 Tom TromeyImplement DAP setExceptionBreakpoints request
2023-06-12 Tom TromeyDon't require inferior execution for Ada catchpoints
2023-06-12 Tom TromeyMark members of ada_catchpoint "private"
2023-06-12 Tom TromeyTurn should_stop_exception into a method of ada_catchpoint
2023-06-12 Tom TromeyCombine create_excep_cond_exprs and ada_catchpoint...
2023-06-12 Tom TromeyTransfer ownership of exception string to ada_catchpoint
2023-06-12 Tom TromeyPass tempflag to ada_catchpoint constructor
2023-06-12 Tom TromeyUse gnat_runtime_has_debug_info in Ada catchpoint tests
2023-06-12 Tom TromeyStop gdb in gnat_runtime_has_debug_info
2023-06-12 Tom de Vries[gdb/testsuite] Relax breakpoint count check in gdb...
2023-06-12 Tom de Vries[gdb/testsuite] Fix breakpoint regexp in gdb.ada/out_of...
2023-06-12 Tom de Vries[gdb/tui] Replace macro HELP_ATTRIBUTE_MODE with std...
2023-06-11 Kevin BuettnerPermit DW_OP_GNU_uninit to be used with DW_OP_piece
2023-06-09 Luis Machado[AArch64,arm] Fix some formatting issues in the aarch64...
2023-06-09 Tom de Vries[gdb/tui] Simplify tui_puts_internal
2023-06-09 Tom de Vries[gdb/tui] Delete line buffer when switching to singlekey
2023-06-09 Tom de Vries[gdb/testsuite] Add test-case gdb.tui/single-key.exp
2023-06-09 Andrew Burgessgdb/debuginfod: cleanup debuginfod earlier
2023-06-09 Andrew Burgessgdb: fix ASan failure after recent string changes
2023-06-09 Tom TromeyUse scoped_value_mark in two more places
2023-06-09 Tom de Vries[gdb] Fix typos
2023-06-08 Tom de Vries[gdb/testsuite] Add test-case gdb.tui/long-prompt.exp
2023-06-08 Lancelot SIXgdb/corelow.c: do not try to reopen a file if open...
2023-06-08 Lancelot SIXgdb/corelow.c: avoid repeated warnings in build_file_ma...
2023-06-08 Lancelot SIXgdb/corelow.c: fix use-after-free in build_file_mappings
2023-06-07 Tom TromeySimplify ada_lookup_struct_elt_type
2023-06-07 Tom de Vries[gdb/tui] Factor out border-mode help text
2023-06-07 Tom de Vries[gdb/cli] Handle pending ^C after rl_callback_read_char...
2023-06-07 Tom de VriesFix PR30369 regression on aarch64/arm (PR30506)
2023-06-07 Tom de Vries[gdb/testsuite] Add missing wait in gdb.python/tui...
next