aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-23gdb/testsuite: address test failures in gdb.mi/mi-multi-commands.expAndrew Burgess1-2/+5
2022-03-23libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging optionNick Alcock3-111/+144
2022-03-23libctf, ld: diagnose corrupted CTF header cth_strlenNick Alcock8-21/+83
2022-03-23include, libctf, ld: extend variable section to contain functions tooNick Alcock5-16/+130
2022-03-23ld, testsuite: improve CTF-availability testNick Alcock1-6/+18
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-23x86: reject relocations involving registersJan Beulich2-0/+17
2022-03-23x86: improve resolution of register equatesJan Beulich4-2/+29
2022-03-23Revert "PR28977 tc-i386.c internal error in parse_register"Jan Beulich1-10/+9
2022-03-23x86: don't attempt to resolve equates and alike from i386_parse_name()Jan Beulich5-2/+39
2022-03-23Update the list of recognized m-profile TAG_CPU_ARCH_*Luis Machado1-0/+3
2022-03-23gas/Dwarf5: re-use file 0 line string table entry when faking file 0Jan Beulich1-2/+10
2022-03-23gas/Dwarf5: adjust .debug_line file 0 checkingJan Beulich1-11/+10
2022-03-23gas/Dwarf5: drop dead codeJan Beulich1-11/+3
2022-03-23gas/Dwarf: improve debug info generation from .irp and alike blocksJan Beulich4-5/+116
2022-03-23ELF32: don't silently truncate relocation addendsJan Beulich7-9/+36
2022-03-23gas: retain whitespace between stringsJan Beulich5-3/+67
2022-03-23Only .so files are used in libcollector. Remove the other files.Vladimir Mezentsev2-2/+6
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-23Automatic date update in version.inGDB Administrator1-1/+1
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 Baldwin9-708/+787
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-22Fix return code in _bfd_dwarf2_find_nearest_line().Steiner H Gunderson2-1/+10
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-21Install gprofng libraries under $(pkglibdir)Vladimir Mezentsev11-98/+109
2022-03-22Automatic date update in version.inGDB Administrator1-1/+1
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-21gdbserver: Fixup previous patchPedro Alves1-1/+1
2022-03-21gdbserver: Fix incorrect assertionPedro Alves1-4/+5
2022-03-21gdb: re-generate config.inSimon Marchi1-3/+0
2022-03-21gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess7-0/+237