sim: mips/ppc/riscv: re-add AC_CANONICAL_SYSTEM [PR sim/29439]
[binutils-gdb.git] / gdb /
2022-10-22 Simon Marchigdb/testsuite: add max number of instructions check...
2022-10-21 Pedro AlvesImprove Python Unwinders documentation
2022-10-21 Simon Marchigdb: make inherit_abstract_dies use vector iterators
2022-10-21 Simon Marchigdb: check for empty offsets vector in inherit_abstract...
2022-10-21 Tom TromeyFix incorrect .gdb_index with new DWARF scanner
2022-10-21 Tom TromeyFix crash in value_print_array_elements
2022-10-21 Tom TromeyFix bug in Ada packed array handling
2022-10-21 Simon Marchigdb: declare variables on first use in inherit_abstract...
2022-10-21 Bruno Larsengdb/reverse: Fix stepping over recursive functions
2022-10-21 Bruno LarsenChange calculation of frame_id by amd64 epilogue unwinder
2022-10-21 Maciej W. RozyckiGDB/Python: Make `None' stand for `unlimited' in settin...
2022-10-21 Maciej W. RozyckiGDB/testsuite: Expand Python integer parameter coverage...
2022-10-21 Maciej W. RozyckiGDB/Guile: Don't assert that an integer value is boolean
2022-10-21 Tom de Vries[gdb/testsuite] Silence compilation fail in gdb.base...
2022-10-20 Andrew Burgessgdb/python: break more dependencies between gdbpy_initi...
2022-10-20 Andrew Burgessgdb/python: break dependencies between gdbpy_initialize...
2022-10-20 Andrew Burgessgdb: some int to bool conversion in breakpoint.c
2022-10-20 Andrew Burgessgdb: make use of scoped_restore in unduplicated_should_...
2022-10-20 Andrew Burgessgdb: used scoped_restore_frame in update_watchpoint
2022-10-20 Andrew Burgessgdb: make some bp_location arguments const in breakpoint.c
2022-10-20 Tom de Vries[gdb/testsuite] Fix gdb.debuginfod/fetch_src_and_symbol...
2022-10-20 Tom de Vries[gdb/testsuite] Fix gdb.mi/mi-disassemble.exp with...
2022-10-20 Kevin BuettnerTest stepping within a runtime loader / dynamic linker
2022-10-20 Kevin BuettnerAllow debugging of runtime loader / dynamic linker
2022-10-19 Tom de Vries[gdb] Fix assert in handle_jit_event
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-19 Andrew Burgessgdb/testsuite: avoid temporary file in gdb/testsuite...
2022-10-19 Andrew Burgessgdb/testsuite: avoid creating files in gdb/testsuite...
2022-10-19 Jedidiah Thompsonaarch64-pe support for LD, GAS and BFD
2022-10-19 Tom de Vries[gdb/testsuite] Fix ERROR in gdb.python/py-breakpoint.exp
2022-10-19 Simon Marchigdb: check for groups with duplicate names in reggroups:add
2022-10-18 Tom TromeyRemove dead code from py-finishbreakpoint.c
2022-10-18 Carl LoveUpdate tests to use skip_hw_watchpoint_tests to test...
2022-10-18 Tom de Vries[gdb/testsuite] Handle header files with local-remote...
2022-10-18 Tom de Vries[gdb/testsuite] Fix gdb.server/no-thread-db.exp with...
2022-10-18 Tom de Vries[gdb/testsuite] Fix gdb.base/return-nodebug.exp with...
2022-10-18 Tom de Vries[gdb/testsuite] Fix gdb.server/file-transfer.exp with...
2022-10-18 Tom de Vries[gdb/testsuite] Update boards/README
2022-10-18 Markus Metzgergdb, solib-svr4: support namespaces in DSO iteration
2022-10-18 Markus Metzgergdb: update gnu ifunc resolve
2022-10-18 Markus Metzgergdb, symtab: inline find_quick_global_symbol_language
2022-10-18 Markus Metzgergdb, hppa: remove unused hppa_lookup_stub_minimal_symbol
2022-10-18 Markus Metzgergdb, cp: update add_symbol_overload_list_qualified
2022-10-18 Markus Metzgerfixup! gdb, ada: update ada_lookup_simple_minsym
2022-10-18 Markus Metzgergdb, ada: update ada_lookup_simple_minsym
2022-10-18 Markus Metzgergdb, ada: collect standard exceptions in all objfiles
2022-10-18 Markus Metzgergdb, python: use gdbarch_iterate_over_objfiles_in_searc...
2022-10-18 Markus Metzgergdb, compile: unlink objfile stored in module
2022-10-18 Markus Metzgergdb, gdbserver: extend RSP to support namespaces
2022-10-18 Markus Metzgergdb, gdbserver: support dlmopen()
2022-10-18 Markus Metzgergdb, solib-svr4: remove locate_base()
2022-10-18 Markus Metzgergdb, testsuite: extend gdb_test_multiple checks
2022-10-17 Tom Tromeykfail an Ada test for GCC < 12
2022-10-17 Tom TromeyRemove a nullptr check in DWARF scanner
2022-10-17 Pedro Alvesgdbarch-components.py: Remove spurious space from ...
2022-10-17 Tom TromeyChange .gdb_index de-duplication implementation
2022-10-17 Tom TromeyImprove Ada support in .gdb_index
2022-10-17 Tom TromeyDon't add type linkage names to cooked index
2022-10-17 Tom TromeyFix regression in c-linkage-name.exp with gdb index
2022-10-17 TaiseiItoFix null pointer representations
2022-10-17 Simon Marchigdb: silence unused-but-set-variable warning about...
2022-10-16 Tom TromeyMore uses of checked_static_cast
2022-10-16 Tom TromeyUse checked_static_cast in more places
2022-10-15 Torbjörn SVENSSONgdb/arm: Don't rely on loop detection to stop unwinding
2022-10-14 Tom de Vries[gdb/testsuite] Add boards/README
2022-10-14 Tom de Vries[gdb/contrib] Handle STRIP_ARGS_{STRIP,KEEP}_DEBUG...
2022-10-14 Tom de Vries[gdb] Fix heap-buffer-overflow in find_program_interpreter
2022-10-14 Tom de Vries[gdb/testsuite] Fix gdb.server/unittest.exp with host...
2022-10-14 Tom de Vries[gdb/testsuite] Fix host board local-remote-host-notty...
2022-10-14 Tom de Vries[gdb/testsuite] Disable styling in host board local...
2022-10-14 Tom TromeyUse scoped_value_mark in more places
2022-10-14 Torbjörn SVENSSONgdb/arm: Stop unwinding on error, but do not assert
2022-10-14 Tom de Vries[gdb/testsuite] Drop unnecessary -Wl,-soname in gdb...
2022-10-14 Tom de Vries[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from...
2022-10-14 Tom de Vries[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from...
2022-10-14 Tom de Vries[gdb/testsuite] Fix nopie test-cases with target board...
2022-10-14 Tom de Vries[gdb/testsuite] Factor out with_PIE_multilib_flags_filtered
2022-10-14 Tom de Vries[gdb/testsuite] Add cond_wrap proc
2022-10-14 Torbjörn SVENSSONgdb: add Torbjörn Svensson to gdb/MAINTAINERS
2022-10-13 Carl LovePowerPC, fix gdb.base/watchpoint.exp on Power 9
2022-10-13 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/macro-source-path.exp...
2022-10-13 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/entry-value-typedef...
2022-10-13 Tom de Vries[gdb/testsuite] Fix gdb.mi/mi-disassemble.exp with...
2022-10-12 Carl LovePowerPC, fix test gdb.base/watchpoint-stops-at-right...
2022-10-12 Tom de Vries[gdb/symtab] Factor out elf_symfile_read_dwarf2
2022-10-12 Tom de Vries[gdb/testsuite] Fix ctf test-cases on openSUSE Tumbleweed
2022-10-12 Tom de Vries[gdb/testsuite] Silence warnings about obsolete -gstabs
2022-10-12 Tom de Vries[gdb/testsuite] Replace remaining -gt with -gctf
2022-10-12 Tom de Vries[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from...
2022-10-12 Tom de Vries[gdb/testsuite] Fix gdb.base/nested-subp{2,3}.exp with...
2022-10-12 Tom de Vries[gdb/testsuite] Remove unnecessary perror in some test...
2022-10-12 Tom de Vries[gdb/contrib] Use OBJCOPY everywhere in cc-with-tweaks.sh
2022-10-12 Simon Marchigdb: rename target_read_auxv(target_ops *) to target_re...
2022-10-11 Simon Marchigdb: fix auxv caching
2022-10-11 Tom de Vries[gdb/testsuite] Fix gdb.debuginfod/fetch_src_and_symbol...
2022-10-11 Bruno Larsengdb/testsuite: Fix formatting of python script
2022-10-11 Tom de Vries[gdb/testsuite] Fix prompt parsing in capture_command_o...
2022-10-11 Simon Marchigdb/testsuite: fix race in gdb.base/async-shell.exp
2022-10-10 Tom TromeyFix a latent bug in print_wchar
2022-10-10 Tom TromeyDon't use wchar_printable in print_wchar
next