aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock12-147/+244
2022-03-25Re: gas/Dwarf: improve debug info generation from .irp and alike blocksAlan Modra1-2/+2
2022-03-25Automatic date update in version.inGDB Administrator1-1/+1
2022-03-24Remove download size from debuginfod progress messages if unavailableAaron Merey1-18/+26
2022-03-24sim: fix a comment typo in sim-load.cReuben Thomas1-1/+1
2022-03-24sim: fix “alligned” typosReuben Thomas3-4/+4
2022-03-24x86: mention dropped L1OM/K1OM support in ld/ as wellJan Beulich2-2/+3
2022-03-24gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.expSimon Marchi3-225/+0
2022-03-24x86: drop L1OM/K1OM support from ldJan Beulich8-120/+12
2022-03-24x86: drop L1OM special case from disassemblerJan Beulich1-6/+2
2022-03-24MAINTAINERS: add myselfJan Beulich1-1/+2
2022-03-24Automatic date update in version.inGDB Administrator1-1/+1
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