gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / gdb /
2020-07-08  Simon Marchigdb: defer commit resume until all available events... concurrent-displaced-stepping-batching
2020-07-08  Simon Marchigdb: add logging in fetch_inferior_event to see the...
2020-07-08  Simon Marchigdb: add target_ops::supports_displaced_step
2020-07-08  Simon Marchigdb: don't require displaced step copy_insn to be imple...
2020-07-08  Simon Marchigdb: add target_ops methods for displaced stepping
2020-07-08  Simon Marchigdb: use two displaced step buffers on amd64-linux
2020-07-08  Simon Marchigdb: change single_displaced_buffer_manager into multip...
2020-07-08  Simon Marchigdb: stop trying to prepare displaced steps for an...
2020-07-08  Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-07-08  Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-07-08  Simon Marchigdb: rename things related to step over chains
2020-07-08  Simon Marchigdb: tweak format of infrun debug log
2020-07-08  Simon MarchiFix GDB busy loop when interrupting non-stop program...
2020-07-08  Pedro AlvesTestcase for previous handle_no_resumed fixes
2020-07-08  Pedro AlvesMake handle_no_resumed transfer terminal
2020-07-08  Pedro AlvesFix handle_no_resumed w/ multiple targets
2020-07-08  Pedro AlvesAvoid constant stream of TARGET_WAITKIND_NO_RESUMED
2020-07-08  Pedro AlvesFix latent bug in target_pass_ctrlc
2020-07-08  Pedro AlvesFix spurious unhandled remote %Stop notifications
2020-07-08  John BaldwinRename the 'obfd' argument to fbsd_nat_target::find_mem...
2020-07-08  Tom TromeyUse read_memory in ada_exception_message_1
2020-07-06  Andrew Burgessgdb: Python unwinders, inline frames, and tail-call...
2020-07-06  Andrew Burgessgdb/python: New method to access list of register groups
2020-07-06  Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-07-06  Andrew Burgessgdb/python: Add architecture method to gdb.PendingFrame
2020-07-06  Andrew Burgessgdb: Remove deprecated_set_gdbarch_data
2020-07-06  Tom de Vries[gdb/symtab] Fix line-table end-of-sequence sorting
2020-07-06  Tom de Vries[gdb/tui,c++17] Fix NULL string_view in tui_partial_win...
2020-07-05  Tom de Vries[gdb/build,c++17] Fix use of deprecated std::uncaught_e...
2020-07-04  Simon Marchigdb: make macro_stringify return a gdb::unique_xmalloc_...
2020-07-04  Simon Marchigdb: make macro_expand_next return a gdb::unique_xmallo...
2020-07-04  Simon Marchigdb: remove callback in macro expand functions
2020-07-03  Pedro AlvesFix gdb.base/structs2.exp with Clang
2020-07-03  Pedro AlvesFix gdb.base/charset.exp with Clang
2020-07-03  Pedro AlvesRemove stale -DNO_PROTOTYPES bits from gdb testsuite
2020-07-03  Pedro AlvesRemove stale overlay testcase bits
2020-07-02  Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-07-02  Tom TromeyMake tui_win_info::name pure virtual
2020-07-02  Tom TromeyRemove tui_gen_win_info
2020-07-02  Tom TromeyDerive tui_locator_window from tui_win_info
2020-07-02  Tom TromeyRemove body of tui_locator_window constructor
2020-07-02  Tom TromeyDon't derive tui_data_item_window from tui_gen_win_info
2020-07-02  Tom TromeyRename tui_data_item_window::item_no
2020-07-02  Tom TromeyRemove useless "if' from tui-regs.c
2020-07-02  Tom TromeyRemove tui_data_window::name
2020-07-02  Tom TromeyMove some code out of tui-data.h
2020-07-02  Tom TromeyRemove tui_expand_tabs
2020-07-02  Tom TromeyUse complete_on_enum in tui_reggroup_completer
2020-07-01  Fangrui SongRecognize -1 as a tombstone value in .debug_line
2020-07-01  Alok Kumar SharmaAllow reference form for DW_AT_associated and DW_AT_all...
2020-06-30  Philippe WaroquiersFix test breakages caused by removal of gdb_py_test_mul...
2020-06-30  Tom TromeyFix bug in quirk_rust_enum
2020-06-30  Tom TromeyDo not define basic_string_view::to_string
2020-06-30  Tom de Vries[gdb/testsuite] Handle early_flags in gdb_default_targe...
2020-06-29  Simon Marchigdb: fix documentation of gdbarch_displaced_step_copy_insn
2020-06-29  Simon Marchigdb/testsuite: better handle failures in simavr board...
2020-06-29  Tom de Vries[gdb/testsuite] Emit unresolved for unknown proc
2020-06-29  Tom de Vries[gdb/testsuite] Expect conformation question in gdb...
2020-06-28  Tom TromeyRemove "cmd_type" function
2020-06-27  Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-26  Philippe WaroquiersMake test names unique in python.exp and guile.exp
2020-06-26  Nick AlcockFix --enable-libctf and --disable-static
2020-06-26  Gary BensonFix -Wstring-compare testcase build failure
2020-06-26  Eli ZaretskiiImprove documentation of which shell is used by GDB...
2020-06-25  Simon Marchigdb: use make_unique_xstrdup in set_inferior_io_terminal
2020-06-25  Simon Marchigdb: make inferior::terminal a unique ptr
2020-06-25  Andrew Burgessgdb/riscv: Loop over all registers for 'info all-registers'
2020-06-25  Andrew Burgessgdb/riscv: Record information about unknown tdesc registers
2020-06-25  Andrew Burgessgdb: Extend target description processing of unknown...
2020-06-25  Andrew Burgessgdb/riscv: Improve support for matching against target...
2020-06-25  Andrew Burgessgdb/riscv: Remove CSR feature file
2020-06-25  Andrew Burgessgdb/riscv: Take CSR names from target description
2020-06-25  Andrew Burgessgdb/riscv: Fix whitespace error
2020-06-25  Andrew Burgessgdb/riscv: Improved register alias name creation
2020-06-25  Rainer OrthRemove obsolete gdbarch_static_transform_name
2020-06-25  Rainer OrthUse fork instead of vfork on Solaris
2020-06-25  Rainer OrthDon't include *sol2-tdep.o on Linux/sparc*
2020-06-25  Rainer OrthMove common handlers to sol2_init_abi
2020-06-24  Pedro AlvesW/ Clang, compile/link C++ test programs with "-x c++"
2020-06-24  Pedro AlvesW/ Clang, compile C/C++ testcases with -Wno-unknown...
2020-06-24  Philippe WaroquiersFixes PR 25475: ensure exec-file-mismatch "ask" always...
2020-06-23  Andrew Burgessgdb: New maintenance command to print XML target descri...
2020-06-23  Andrew Burgessgdb: Print compatible information within print_xml_feature
2020-06-23  Andrew Burgessgdb: Allow target description to be dumped even when...
2020-06-23  Simon Marchigdb: add some more empty lines in loc.c
2020-06-23  Simon Marchigdb: add empty lines in loc.c
2020-06-23  Pedro AlvesFix "maint selftest" regression, add struct scoped_mock...
2020-06-23  Sandra LoosemoreAdjust command completion output when TUI is disabled
2020-06-23  Gary BensonImprove -Wunused-value testcase build failures fix
2020-06-23  Andrew Burgessgdb: Convert language la_is_string_type_p field to...
2020-06-23  Andrew Burgessgdb: Convert language la_print_typedef field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_printstr field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_printchar field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_emitchar field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_post_parser field to a method
2020-06-23  Andrew Burgessgdb: Convert language la_parser field to a method
2020-06-23  Gary BensonAvoid testcase build failures with -Wunused-value
2020-06-23  Andrew Burgessgdb: Add --with-python-libdir to gdb's --configuration...
2020-06-22  Philippe WaroquiersNEWS and documentation for alias default-args related...
2020-06-22  Philippe WaroquiersAdd tests for new alias default-args related commands...
next
This page took 0.044484 seconds and 7 git commands to generate.