aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-03-24gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.expSimon Marchi3-225/+0
2022-03-23gdb/testsuite: address test failures in gdb.mi/mi-multi-commands.expAndrew Burgess1-2/+5
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi25-116/+93
2022-03-23gdb/python: remove Python 2 supportSimon Marchi28-502/+61
2022-03-23Update the list of recognized m-profile TAG_CPU_ARCH_*Luis Machado1-0/+3
2022-03-23gdb: testsuite: use gdb_attach to fix jit-elf.expTiezhu Yang1-8/+16
2022-03-23gdb: testsuite: use gdb_attach to fix attach-pie-noexec.expTiezhu Yang1-1/+4
2022-03-23gdb: testsuite: add new gdb_attach to check "attach" commandTiezhu Yang1-0/+26
2022-03-23gdb: testsuite: remove attach test from can_spawn_for_attachTiezhu Yang1-43/+9
2022-03-22Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64.John Baldwin3-2/+263
2022-03-22fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin2-2/+11
2022-03-22fbsd-nat: Add a low_delete_thread virtual method.John Baldwin2-0/+5
2022-03-22fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin2-0/+20
2022-03-22aarch64: Add an aarch64_nat_target mixin class.John Baldwin4-351/+418
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin7-703/+778
2022-03-22x86-fbsd-nat: Copy debug register state on fork.John Baldwin3-2/+49
2022-03-22fbsd-nat: Add a low_new_fork virtual method.John Baldwin2-0/+8
2022-03-22Add an x86_fbsd_nat_target mixin class for FreeBSD x86 native targets.John Baldwin3-36/+38
2022-03-22x86-nat: Add x86_lookup_debug_reg_state.John Baldwin2-0/+17
2022-03-22x86-nat: Use an unordered_map to store per-pid debug reg state.John Baldwin1-80/+10
2022-03-22Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support.John Baldwin2-4/+4
2022-03-22Remove two unused variablesTom Tromey2-2/+0
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess8-2/+423
2022-03-22Fix some stale header names from dwarf filesLuis Machado5-11/+11
2022-03-21gdb: Add missing #include in solib.hRoland McGrath1-1/+2
2022-03-21PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey6-1/+151
2022-03-21gdb: Add soname to build-id mapping for core filesAaron Merey4-1/+141
2022-03-21Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621)Pedro Alves5-15/+177
2022-03-21gdb: re-generate config.inSimon Marchi1-3/+0
2022-03-21gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess7-0/+237
2022-03-21gdb/testsuite: reformat gdb.python/pretty-print-call-by-hand.pySimon Marchi1-3/+7
2022-03-21[gdb/testsuite] test a function call by hand from pretty printerBruno Larsen3-0/+221
2022-03-21gdb/testsuite: Installed-GDB testing & data-directoryPedro Alves2-6/+51
2022-03-21Add support for readline 8.2Andreas Schwab1-2/+2
2022-03-20Update gdb/NEWS after GDB 12 branch creation.Joel Brobecker1-1/+3
2022-03-20Bump version to 13.0.50.DATE-git.Joel Brobecker2-2/+2
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi7-208/+105
2022-03-18Fix crash with stepi, no debug info, and "set debug infrun 1"Pedro Alves1-1/+2
2022-03-18Implement gdbarch_stack_frame_destroyed_p for aarch64Tom Tromey1-0/+22
2022-03-18gdb: run black to format some Python filesSimon Marchi2-2/+4
2022-03-17Remove fall throughs in core_target::xfer_partial.John Baldwin1-2/+2
2022-03-17gdb: Remove support for S+corePedro Alves5-1586/+5
2022-03-17Add another test for Ada Wide_Wide_StringTom Tromey4-1/+17
2022-03-16gdb: work around prompt corruption caused by bracketed-paste-modeAndrew Burgess3-1/+116
2022-03-16Reimplement array concatenation for Ada and DTom Tromey7-134/+131
2022-03-16Remove eval_op_concatTom Tromey3-18/+2
2022-03-16Ada support for wide stringsTom Tromey3-6/+63
2022-03-16Remove eval_op_stringTom Tromey2-15/+11
2022-03-16Powerpc fix for gdb.base/ending-run.expCarl Love1-0/+16
2022-03-16gdb/mi: consistently notify user when GDB/MI client uses -thread-selectJan Vrany8-69/+106