Implement DAP attach request
[binutils-gdb.git] / gdb /
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...
2023-06-07 Tom de Vries[gdb/testsuite] Fix two typos in gdb.python/tui-window...
2023-06-07 Tom de Vries[gdb/testsuite] Handle output after prompt in gdb.threa...
2023-06-07 Luis MachadoFix gdb.base/memtag.exp failure
2023-06-05 Tom TromeyUse unrelocated_addr in dwarf2_fde
2023-06-05 Tom TromeyUse local "text offset" variable in dwarf2_frame_cache
2023-06-05 Tom TromeyConstify dwarf2_cie::augmentation
2023-06-05 Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-06-05 Tom TromeyFix comment in address_class
2023-06-05 Tom TromeyUse unrelocated_addr in dwarf_decode_lines
2023-06-05 Tom TromeyUse unrelocated_addr in the DWARF reader
2023-06-05 Tom TromeyMove unrelocated_addr to common-types.h
2023-06-05 Tom TromeyMinor cleanup in loclist_describe_location
2023-06-05 Tom TromeyRemove baseaddr parameter from dwarf2_record_block_ranges
2023-06-05 Andrew Burgessgdb: building inferior strings from within GDB
2023-06-05 Tom de Vries[gdb] Fix grammar in comments and docs
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-06-03 Tom de Vries[gdb] Fix typos
2023-06-03 Tom de Vries[gdb/tdep] Fix typo in debug message
2023-06-03 Tom de Vries[gdb/python] Fix doc string of valpy_const_value
2023-06-03 Tom de Vries[gdb/guile] Fix doc string for value-optimized-out?
2023-06-03 Tom de Vries[gdb/tui] Fix help text of show tui tab-width
2023-06-03 Tom de Vries[gdb/cli] Fix help text of maint info target-sections
2023-06-03 Tom de Vries[gdb/cli] Fix help text of maint set ignore-prologue...
2023-06-03 Tom de Vries[gdb/compile] Fix typo in debug message
2023-06-03 Tom de Vries[gdb/ada] Fix argument name misspelling
2023-06-02 Luis Machado[AArch64] Fix architecture debug version constant thinkos
2023-05-31 Tom TromeyImprove MI -dprintf-insert documentation
2023-05-31 Tom TromeyPass correct name to @value in gdb.texinfo
2023-05-31 Tom de Vries[gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disabl...
2023-05-31 Tom de Vries[gdb/testsuite] Fix gdb.tui/pr30056.exp for native...
2023-05-31 Felix Willgerodtpython, btrace: Fix some small formatting issues.
2023-05-31 Tom de Vries[gdb/tui] Fix fingerprint for cmd-only layout
2023-05-30 Andrew Burgessgdb: add support for %V to printf command
2023-05-30 Simon Marchigdb: add interp::on_memory_changed method
2023-05-30 Simon Marchigdb: add interp::on_param_changed method
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_modified method
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_deleted method
2023-05-30 Simon Marchigdb: add interp::on_breakpoint_created method
2023-05-30 Simon Marchigdb: add interp::on_tsv_modified method
2023-05-30 Simon Marchigdb: add interp::on_tsv_deleted method
2023-05-30 Simon Marchigdb: add interp::on_tsv_created method
2023-05-30 Simon Marchigdb: add interp::on_traceframe_changed method
2023-05-30 Simon Marchigdb: add interp::on_about_to_proceed method
2023-05-30 Simon Marchigdb: add interp::on_solib_unloaded method
2023-05-30 Simon Marchigdb: add interp::on_solib_loaded method
2023-05-30 Simon Marchigdb: add interp::on_target_resumed method
2023-05-30 Simon Marchigdb: add interp::on_record_changed method
2023-05-30 Simon Marchigdb: add interp::on_inferior_removed method
2023-05-30 Simon Marchigdb: add interp::on_inferior_disappeared method
2023-05-30 Simon Marchigdb: add interp::on_inferior_appeared method
2023-05-30 Simon Marchigdb: add interp::on_inferior_added method
2023-05-30 Simon Marchigdb: add interp::on_thread_exited method
2023-05-30 Simon Marchigdb: add interp::on_new_thread method
2023-05-30 Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-30 Simon Marchigdb: add interp::on_command_error method
2023-05-30 Simon Marchigdb: add interp::on_sync_execution_done method
2023-05-30 Simon Marchigdb: add interp::on_no_history method
2023-05-30 Simon Marchigdb: add interp::on_exited method
2023-05-30 Simon Marchigdb: add interp::on_signal_exited method
2023-05-30 Simon Marchigdb: add interp::on_normal_stop method
2023-05-30 Simon Marchigdb: add interp::on_signal_received method
2023-05-30 Tom de Vries[gdb] Mention --with/without-system-readline for -...
2023-05-29 Tom de Vries[gdb/testsuite] Fix linefeed scrolling in tuiterm
2023-05-29 Simon Marchigdb/mi: fix ^running record with multiple MI interpreters
2023-05-28 Tom de Vries[readline] Fix double free in _rl_scxt_dispose
2023-05-26 Tom de Vries[gdb/testsuite] Add test-case gdb.tui/color-prompt.exp
2023-05-26 Tom de Vries[gdb/testsuite] Add invisible and blinking attributes...
2023-05-26 Tom de Vries[gdb/testsuite] Fix reverse attribute in tuiterm
2023-05-26 Tom TromeyMake MI commands const-correct
next