aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-11gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke1-6/+13
2023-04-11Replace an assertion in the dwarf code with a warning message.Nick Clifton2-2/+12
2023-04-11Fix an illegal memorty access when running gprof over corrupt data.Nick Clifton2-1/+7
2023-04-11Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton2-0/+17
2023-04-11Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton2-10/+18
2023-04-11Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton2-6/+27
2023-04-11Fix illegal memory access when disassembling corrupt NFP binaries.Nick Clifton2-1/+9
2023-04-11gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess1-9/+9
2023-04-11gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess1-1/+1
2023-04-11gdb: warn when converting h/w watchpoints to s/wAndrew Burgess4-14/+135
2023-04-11gdb/riscv: Support c.li in prologue unwinderAndrew Burgess4-2/+124
2023-04-11Automatic date update in version.inGDB Administrator1-1/+1
2023-04-10gdb/dwarf: Fix MinGW buildThiago Jung Bauermann1-1/+1
2023-04-10Handle unwinding from SEGV on WindowsTom Tromey1-4/+5
2023-04-10x86: Add inval tests for AMX instructionsHaochen Jiang7-8/+60
2023-04-10Automatic date update in version.inGDB Administrator1-1/+1
2023-04-09Automatic date update in version.inGDB Administrator1-1/+1
2023-04-08Fix typos in previous commit of gdb.texinfo.Philippe Blain1-4/+5
2023-04-08libctf, link: fix CU-mapped links with CTF_LINK_EMPTY_CU_MAPPINGSNick Alcock1-10/+11
2023-04-08libctf: propagate errors from parents correctlyNick Alcock5-13/+204
2023-04-08libctf, tests: do not assume host and target have identical field offsetsNick Alcock4-3/+24
2023-04-08Automatic date update in version.inGDB Administrator1-1/+1
2023-04-07Rewrite Ada symbol cacheTom Tromey1-104/+82
2023-04-07Add Ada test case for break using a labelTom Tromey4-0/+91
2023-04-07Use ui_out for "maint info frame-unwinders"Tom Tromey1-1/+10
2023-04-07[gdb/testsuite] Add -q to INTERNAL_GDBFLAGSTom de Vries8-97/+132
2023-04-07[gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-...Tom de Vries2-0/+2
2023-04-07Support Intel AMX-COMPLEXHaochen Jiang18-4712/+4912
2023-04-07gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2-2/+4
2023-04-07Automatic date update in version.inGDB Administrator1-1/+1
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey5-19/+19
2023-04-06Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves1-2/+47
2023-04-06gdb: run black code formatter on gdbarch_components.pyAndrew Burgess1-1/+1
2023-04-06gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2-13/+49
2023-04-06gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2-4/+13
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess3-15/+20
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess4-56/+75
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess23-92/+567
2023-04-06Re: objcopy write_debugging_info memory leaksAlan Modra1-6/+1
2023-04-06objdump print_debugging_info memory leaksAlan Modra1-148/+172
2023-04-06objdump -g on gcc COFF/PE filesAlan Modra1-4/+6
2023-04-06gas/write.c use better typesAlan Modra1-3/+3
2023-04-06objcopy write_debugging_info memory leaksAlan Modra2-217/+167
2023-04-06Automatic date update in version.inGDB Administrator1-1/+1
2023-04-05gdb/testsuite: Default to assembler's preferred debug format in asm-source.expThiago Jung Bauermann1-1/+1
2023-04-05gdb: Fix reading of partial symtabs in dbxread.cThiago Jung Bauermann1-3/+3
2023-04-05Improve documentation of GDB build requirements and optionsEli Zaretskii1-100/+103
2023-04-05gdb, doc: add the missing '-gid' option to 'info threads'Tankut Baris Aktemur1-1/+1
2023-04-05gdb: boolify 'should_print_thread'Tankut Baris Aktemur1-5/+5
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi25-75/+71