summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)Sergei Trofimovich2021-11-171-9/+4
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-167-37/+46
* gdb: fix length of array view returned by some value_contents functionsSimon Marchi2021-11-161-3/+3
* gdbsupport: remove FUNCTION_NAMESimon Marchi2021-11-161-7/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-1632-144/+111
* gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERRORAndrew Burgess2021-11-161-2/+3
* [gdb/testsuite] Remove inferior output in gdb.base/foll-vfork.expTom de Vries2021-11-164-12/+11
* gdb: rework "set debuginfod" commandsSimon Marchi2021-11-153-203/+142
* gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi2021-11-1513-105/+118
* gdb: remove unused variables in xtensa-linux-nat.cSimon Marchi2021-11-151-2/+0
* gdb: add arc-newlib-tdep.c to ALL_TARGET_OBSSimon Marchi2021-11-152-1/+2
* [gdb] Don't use gdb_stdlog for inferior-eventsTom de Vries2021-11-152-26/+14
* Extend the prologue analyzer to handle the bti instructionLuis Machado2021-11-152-0/+41
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-15133-1325/+1514
* Fix build with current GCC: EL_EXPLICIT(location) always non-NULLPedro Alves2021-11-141-6/+5
* [PR gdb/16238] Add completer for the show user commandLancelot SIX2021-11-142-1/+143
* Fix gdb.base/sigstep.exp test for ppcCarl Love2021-11-121-1/+11
* [gdb/testsuite] Fix regexp in gdb.base/foll-vfork.expTom de Vries2021-11-121-3/+3
* gdb: fix "set scheduler-locking" thread exit hangSimon Marchi2021-11-113-2/+89
* [gdb/testsuite] Add gdb.arch/ppc64-break-on-_exit.expTom de Vries2021-11-114-0/+303
* Handle PIE in .debug_loclistsTom Tromey2021-11-101-16/+15
* gdb: adjust x_file fields on COFF readersClément Chigot2021-11-102-7/+7
* [gdb/testsuite] Add gdb.opt/break-on-_exit.expTom de Vries2021-11-102-0/+92
* Test case for Bug 28308Kevin Buettner2021-11-093-0/+159
* Fix PR 28308 - dprintf breakpoints not working when run from scriptKevin Buettner2021-11-091-11/+3
* gdb::array_view slicing/container selftest - test std::array tooPedro Alves2021-11-091-0/+5
* gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is built with AddressS...Simon Marchi2021-11-091-1/+6
* Correctly handle DW_LLE_start_endTom Tromey2021-11-094-7/+30
* Fix build on rhES5Tom Tromey2021-11-093-0/+24
* Improve gdb::array_view ctor from contiguous containersLancelot SIX2021-11-083-4/+25
* Add a const version of gdb_argv:as_array_viewLancelot SIX2021-11-081-0/+10
* gdb: fix nulltr -> nullptr typoSimon Marchi2021-11-081-1/+1
* gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...Simon Marchi2021-11-082-3/+8
* gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfdSimon Marchi2021-11-081-14/+16
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-0823-117/+115
* Introduce make_unique_xstrndupTom Tromey2021-11-052-5/+5
* Avoid /proc/pid/mem races (PR 28065)Pedro Alves2021-11-052-191/+147
* gdb/testsuite: use gdb_get_line_numberAndrew Burgess2021-11-052-18/+4
* gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi2021-11-045-27/+71
* gdb: pass/return setting setter/getter scalar values by valueSimon Marchi2021-11-043-61/+81
* gdb: remove command_class enum class_deprecatedSimon Marchi2021-11-042-6/+1
* gdb: remove unnecessary cmd_list_element::aliases nullptr checksSimon Marchi2021-11-041-17/+11
* gdb: fix gnu-nat buildSimon Marchi2021-11-031-3/+3
* gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running testsSimon Marchi2021-11-031-0/+7
* [AArch64] Make gdbserver register set selection dynamicLuis Machado2021-11-031-0/+9
* [gdb/tdep, rs6000] Don't skip system call in skip_prologueTom de Vries2021-11-021-0/+6
* [gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-casesTom de Vries2021-11-022-2/+26
* gdb/sim: update my email addressAndrew Burgess2021-11-021-3/+3
* [gdb/testsuite] Fix stepi test-cases with unix/-m32/-fPIE/-pieTom de Vries2021-11-025-4/+31
* [gdb/doc]: Updated manpages to be consistent with helpBruno Larsen2021-11-011-36/+111