x86: simplify table-referencing macros
[binutils-gdb.git] / gdb /
2023-07-10 Tom TromeyRemove target_close
2023-07-10 Tom TromeyUpdate TUI window title when changed
2023-07-10 Tom TromeyAdd Ada scope test for DAP
2023-07-10 Tom TromeyHandle typedefs in no-op pretty printers
2023-07-10 Tom TromeyReimplement DAP stack traces using frame filters
2023-07-10 Tom TromeySimplify FrameVars
2023-07-10 Tom TromeyFix oversights in frame decorator code
2023-07-10 Tom TromeyAdd new interface to frame filter iteration
2023-07-10 Tom TromeyFix execute_frame_filters doc string
2023-07-10 Tom TromeyChange 'handle_id' to be a local variable
2023-07-10 Tom TromeyMove definition of ctf_target type
2023-07-10 Tom TromeyConstify tfile_interp_line
2023-07-10 Tom TromeyUse function_view in traceframe_walk_blocks
2023-07-10 Tom TromeyUse unique_ptr for trace_dirname
2023-07-10 Tom TromeyUse unique_ptr for trace_filename
2023-07-10 Tom TromeyReplace use of xfree with byte_vector
2023-07-10 Tom TromeyRemove a use of xfree
2023-07-10 Tom TromeyAvoid crash with absolute symbol
2023-07-10 Andrew Burgessgdb/testsuite: avoid stack addresses in test names
2023-07-10 Andrew Burgessgdb/testsuite: return after reporting a test unsupported
2023-07-10 Andrew Burgessgdb: include location number in breakpoint error message
2023-07-10 Richard Buntgdb/testsuite: Testing with the nvfortran compiler
2023-07-08 Aaron Mereygdb/cp-namespace.c: Fix assert failure caused by malfor...
2023-07-07 Tom TromeyFix result of DAP setExpression
2023-07-07 Tom TromeyRemove unchecked casts to mi_interp
2023-07-07 Andrew Burgessgdb: check max-value-size when reading strings for...
2023-07-07 Andrew Burgessgdb: remove last alloca call from printcmd.c
2023-07-07 Andrew Burgessgdb: remove two uses of alloca from printcmd.c
2023-07-07 Andrew Burgessgdb: fix printf of wchar_t early in a gdb session
2023-07-07 Andrew Burgessgdb/testsuite: fix license on recently added file
2023-07-06 Pedro AlvesLinux: Avoid pread64/pwrite64 for high memory addresses...
2023-07-06 Branislav Brzakriscv: Ensure LE instruction fetching
2023-07-06 Pedro AlvesFix Solaris regression (PR tdep/30252)
2023-07-04 Matheus Branco Borellagdb: add __repr__() implementation to a few Python...
2023-07-04 Andrew Burgessgdb: have mdict_size always return a symbol count
2023-07-03 Tom TromeyFix two Python calls that don't check for errors
2023-07-03 Andrew Burgessgdb: handle core files with .reg/0 section names
2023-07-03 Andrew Burgessgdb/testsuite: add test for core file with a 0 pid
2023-07-03 Andrew Burgessgdb: split inferior and thread setup when opening a...
2023-06-30 Tom TromeyFix regressions caused by agent expression C++-ification
2023-06-28 Tom TromeyRemove Python 2 from gdb documentation
2023-06-28 Tom TromeyFix handling of DW_TAG_unspecified_type for Ada
2023-06-28 Tom TromeyRemove some Python 2 code
2023-06-23 Thiago Jung Bauermanngdb/testsuite: Avoid infinite loop in gdb.reverse/step...
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
next