summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in the linker's documentation of the --enable-non-contiguous-region...Nick Clifton2023-04-122-3/+8
* PR30326, uninitialised value in objdump compare_relocsAlan Modra2023-04-125-11/+14
* ubsan: dwarf2.c:2232:7: runtime error: index 16 out of boundsAlan Modra2023-04-121-5/+5
* Fail of x86_64 AMX-COMPLEX insns (Intel disassembly)Alan Modra2023-04-121-0/+1
* pe_ILF_object_p and bfd_check_format_matchesAlan Modra2023-04-125-21/+37
* Comment typo fixAlan Modra2023-04-121-1/+1
* Automatic date update in version.inGDB Administrator2023-04-121-1/+1
* bfd: optimize bfd_elf_hashNathan Sidwell2023-04-111-20/+11
* gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke2023-04-111-6/+13
* Replace an assertion in the dwarf code with a warning message.Nick Clifton2023-04-112-2/+12
* Fix an illegal memorty access when running gprof over corrupt data.Nick Clifton2023-04-112-1/+7
* Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton2023-04-112-0/+17
* Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton2023-04-112-10/+18
* Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton2023-04-112-6/+27
* Fix illegal memory access when disassembling corrupt NFP binaries.Nick Clifton2023-04-112-1/+9
* gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess2023-04-111-9/+9
* gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess2023-04-111-1/+1
* gdb: warn when converting h/w watchpoints to s/wAndrew Burgess2023-04-114-14/+135
* gdb/riscv: Support c.li in prologue unwinderAndrew Burgess2023-04-114-2/+124
* Automatic date update in version.inGDB Administrator2023-04-111-1/+1
* gdb/dwarf: Fix MinGW buildThiago Jung Bauermann2023-04-101-1/+1
* Handle unwinding from SEGV on WindowsTom Tromey2023-04-101-4/+5
* x86: Add inval tests for AMX instructionsHaochen Jiang2023-04-107-8/+60
* Automatic date update in version.inGDB Administrator2023-04-101-1/+1
* Automatic date update in version.inGDB Administrator2023-04-091-1/+1
* Fix typos in previous commit of gdb.texinfo.Philippe Blain2023-04-081-4/+5
* libctf, link: fix CU-mapped links with CTF_LINK_EMPTY_CU_MAPPINGSNick Alcock2023-04-081-10/+11
* libctf: propagate errors from parents correctlyNick Alcock2023-04-085-13/+204
* libctf, tests: do not assume host and target have identical field offsetsNick Alcock2023-04-084-3/+24
* Automatic date update in version.inGDB Administrator2023-04-081-1/+1
* Rewrite Ada symbol cacheTom Tromey2023-04-071-104/+82
* Add Ada test case for break using a labelTom Tromey2023-04-074-0/+91
* Use ui_out for "maint info frame-unwinders"Tom Tromey2023-04-071-1/+10
* [gdb/testsuite] Add -q to INTERNAL_GDBFLAGSTom de Vries2023-04-078-97/+132
* [gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-...Tom de Vries2023-04-072-0/+2
* Support Intel AMX-COMPLEXHaochen Jiang2023-04-0718-4712/+4912
* gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2023-04-072-2/+4
* Automatic date update in version.inGDB Administrator2023-04-071-1/+1
* Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey2023-04-065-19/+19
* Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves2023-04-061-2/+47
* gdb: run black code formatter on gdbarch_components.pyAndrew Burgess2023-04-061-1/+1
* gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2023-04-062-13/+49
* gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2023-04-062-4/+13
* gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess2023-04-063-15/+20
* gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess2023-04-064-56/+75
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-0623-92/+567
* Re: objcopy write_debugging_info memory leaksAlan Modra2023-04-061-6/+1
* objdump print_debugging_info memory leaksAlan Modra2023-04-061-148/+172
* objdump -g on gcc COFF/PE filesAlan Modra2023-04-061-4/+6
* gas/write.c use better typesAlan Modra2023-04-061-3/+3