aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi12-37/+34
2023-04-05Automatic date update in version.inGDB Administrator1-1/+1
2023-04-04bfd+ld: when / whether to generate .c filesJan Beulich7-11/+13
2023-04-04Use bfd_alloc memory for read_debugging_info storageAlan Modra8-325/+313
2023-04-04Automatic date update in version.inGDB Administrator1-1/+1
2023-04-03Add readMemory and writeMemory requests to DAPTom Tromey6-0/+168
2023-04-03gdb: cleanup around some set_momentary_breakpoint_at_pc callsAndrew Burgess1-4/+8
2023-04-03gdb: don't always print breakpoint location after failed condition checkAndrew Burgess2-10/+20
2023-04-03gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess3-0/+242
2023-04-03gdbserver: allow agent expressions to fail with invalid memory accessAndrew Burgess3-20/+17
2023-04-03gdbserver: allows agent_mem_read to return an error codeAndrew Burgess2-9/+11
2023-04-03gdb: include breakpoint number in testing condition error messageAndrew Burgess6-4/+147