]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warning.SYM
[thirdparty/binutils-gdb.git] / gdb /
2023-11-21  Aditya Vidyadhar... Fix gdb.bas/sigall.exp testcase in AIX.
2023-11-21  Felix Willgerodtgdb: Fix segfault with a big .dynamic section size
2023-11-20  Carl LovePowerPC: Fix test gdb.ada/finish-large.exp
2023-11-20  Andrew Burgessgdb: fix reopen_exec_file for files with target: prefix
2023-11-20  Andrew Burgessgdb: move all bfd_cache_close_all calls in gdb_bfd.c
2023-11-20  Guinevere Larsengdb/infrun: simplify process_event_stop_test
2023-11-20  Guinevere Larsengdb/record: print frame information when exiting a...
2023-11-17  Simon Marchigdb: pass address_space to target dcache functions
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove regcache's address space
2023-11-17  Tom TromeyRemove extraneous blocks from dwarf2/read.c:new_symbol
2023-11-17  Tom TromeyIgnore static members in NoOpStructPrinter
2023-11-17  Tom TromeyImplement the notStopped DAP response
2023-11-17  Tom TromeyRemove ExecutionInvoker
2023-11-17  Tom TromeyAutomatically run (most) DAP requests in gdb thread
2023-11-17  Tom TromeyHandle StackFrameFormat in DAP
2023-11-17  Pedro AlvesFix AMD_DBGAPI_SCOPED_DEBUG_START_END wrong setting
2023-11-17  Simon Marchigdb: remove two uses of obstack
2023-11-16  Tom TromeyFix small bug in compile.exp
2023-11-16  Andrew Burgessgdb/python: remove use of str.isascii()
2023-11-16  Andrew Burgessgdb/NEWS: merge two 'New commands' sections
2023-11-16  Ying Huanggdb: mips: Change E_MIPS_* to EF_MIPS_*
2023-11-15  Pedro AlvesFix gdb.threads/threads-after-exec.exp race
2023-11-15  Tom TromeyCheck gdb_python_module in gdbpy_handle_missing_debuginfo
2023-11-15  Tom TromeyMinor cleanups in ada-nested.exp
2023-11-15  Sam JamesFinalized intl-update patches (trois)
2023-11-15  Sam JamesFinalized intl-update patches (deux)
2023-11-15  Arsen Arsenovi?Finalized intl-update patches
2023-11-14  Tom TromeyRemove path name from test case
2023-11-14  Tom TromeyRemove some redundant "break"s
2023-11-14  Tom TromeyUpdate gdb.Symbol.is_variable documentation
2023-11-14  Tom TromeyHandle the static link in FrameDecorator
2023-11-14  Tom TromeyFix a bug in DAP scopes code
2023-11-14  Tom TromeyAdd gdb.Frame.static_link method
2023-11-14  Tom TromeyMove follow_static_link to frame.c
2023-11-14  Tom TromeyAdd block::function_block
2023-11-14  Tom TromeyAdd two convenience methods to block
2023-11-14  Simon Marchigdb/MAINTAINERS: add Guinevere Larsen as record-full...
2023-11-14  Simon Marchigdb/MAINTAINERS: add Luis Machado as global maintainer
2023-11-14  Simon Marchigdb/MAINTAINERS: add John Baldwin as global maintainer
2023-11-14  Simon Marchigdb: normalize whitespaces in MAINTAINERS
2023-11-14  Tom de Vries[gdb/tui] Factor out tui_noscroll_window et al
2023-11-14  Tankut Baris Aktemurgdb: refactor make-target-delegates.py's ARGTYPES
2023-11-14  Tankut Baris Aktemurgdb: regenerate target-delegates.c
2023-11-14  Tom de Vries[gdb/testsuite] Fix gdb.threads/stepi-over-clone.exp...
2023-11-14  Andrew Burgessgdb: implement missing debug handler hook for Python
2023-11-14  Andrew Burgessgdb: add an extension language hook for missing debug...
2023-11-14  Andrew Burgessgdb: refactor objfile::find_and_add_separate_symbol_file
2023-11-14  Andrew Burgessgdb: merge debug symbol file lookup code from coffread...
2023-11-14  Andrew Burgessgdb/coffread: bring separate debug file logic into...
2023-11-13  Tom de Vries[gdb/tui] Don't include border_width in left_margin
2023-11-13  Tom de Vries[gdb/tui] Add tui_win_info::{box_width,box_size}
2023-11-13  Tom de Vries[gdb/tui] Refactor prefresh call in tui_source_window_b...
2023-11-13  Carl LoveFix the gdb.ada/inline-section-gc.exp test
2023-11-13  Pedro AlvesCancel execution command on thread exit, when stepping...
2023-11-13  Pedro AlvesDocument remote clone events, and QThreadOptions packet
2023-11-13  Simon MarchiTestcases for stepping over thread exit syscall (PR...
2023-11-13  Pedro Alvesgdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL...
2023-11-13  Pedro AlvesDon't resume new threads if scheduler-locking is in...
2023-11-13  Pedro Alvesstop_all_threads: (re-)enable async before waiting...
2023-11-13  Pedro Alvesgdb: clear step over information on thread exit (PR...
2023-11-13  Pedro AlvesImplement GDB_THREAD_OPTION_EXIT support for native...
2023-11-13  Pedro AlvesIntroduce GDB_THREAD_OPTION_EXIT thread option, fix...
2023-11-13  Pedro AlvesMove deleting thread on TARGET_WAITKIND_THREAD_EXITED...
2023-11-13  Pedro Alvesall-stop/synchronous RSP support thread-exit events
2023-11-13  Pedro AlvesRemove gdb/19675 kfails (displaced stepping + clone)
2023-11-13  Pedro AlvesThread options & clone events (Linux GDBserver)
2023-11-13  Pedro AlvesThread options & clone events (native Linux)
2023-11-13  Pedro AlvesThread options & clone events (core + remote)
2023-11-13  Pedro AlvesAvoid duplicate QThreadEvents packets
2023-11-13  Pedro AlvesSupport clone events in the remote protocol
2023-11-13  Pedro AlvesStep over clone syscall w/ breakpoint, TARGET_WAITKIND_...
2023-11-13  Pedro Alvesgdb/linux: Delete all other LWPs immediately on ptrace...
2023-11-13  Andrew BurgessAdd "maint info linux-lwps" command
2023-11-13  Tom de Vries[gdb/tui] Fix Wmaybe-uninitialized in tui_find_disassem...
2023-11-13  Tom de Vries[gdb/tui] Make assert in tui_find_disassembly_address...
2023-11-13  Tom TromeyRemove declaration of re_comp
2023-11-10  Lulu CaiAdd support for ilp32 register alias.
2023-11-08  Carl Lovers6000, Fix test gdb.base/store.exp
2023-11-08  Carl Lovers6000, Fix Linux DWARF register mapping
2023-11-08  Andrew Burgessgdb: call update_thread_list after completing an inferi...
2023-11-08  Andrew Burgessgdb: call update_thread_list for $_inferior_thread_coun...
2023-11-08  Andrew Burgessgdb: add a custom command completer for disassemble...
2023-11-08  Andrew Burgessgdb: make skip_over_slash_fmt available outside printcmd.c
2023-11-08  Andrew Burgessgdb: error if /r and /b are used with disassemble command
2023-11-07  Simon Marchigdb/arm: remove thumb bit in arm_adjust_breakpoint_address
2023-11-07  Tom TromeyRemove EXTERN_C and related defines
2023-11-06  Carl Lovegdb: Update email address for Carl Love in gdb/MAINTAINERS
2023-11-06  Hannes DomaniFix resizing of TUI python windows
2023-11-06  Aditya Vidyadhar... Change gdb.base/examine-backwards.exp for AIX.
2023-11-06  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-gas-workaround.exp
2023-11-05  Tom TromeyPre-read DWZ file in DWARF reader
2023-11-03  Tom TromeyRemove unused declaration
2023-11-02  Tom de Vries[gdb/tdep] Fix nr array elements in ppc64_aggregate_can...
2023-11-01  Simon Marchigdb: use gdb::byte_vector instead of gdb::def_vector...
2023-10-31  Tom de Vries[gdb/symtab] Work around gas PR28629
2023-10-31  Tom de Vries[gdb/symtab] Add producer_is_gas
2023-10-31  Tom TromeyImplement DAP setVariable request
2023-10-31  Tom TromeyRemove some frame invalidation code
2023-10-30  Tom TromeyFix fixed-point "return" on ARM
next