aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Add 128-bit integer support to the Rust parserTom Tromey4-17/+33
2023-04-17Convert long_const_operation to use gdb_mpzTom Tromey4-7/+33
2023-04-17Additions to gdb_mpzTom Tromey2-6/+52
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2-0/+70
2023-04-14gdb/testsuite: accept script argument for mi_make_breakpoint_pendingAndrew Burgess3-5/+21
2023-04-14gdb/testsuite: avoid {"} pattern in lib/mi-support.expAndrew Burgess1-1/+1
2023-04-14pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado3-1/+41
2023-04-14debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado2-0/+3
2023-04-14gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.expHui Li1-8/+14
2023-04-14[gdb/testsuite] Add regression test for PR30325Tom de Vries2-3/+17
2023-04-13Avoid double-free with debuginfodTom Tromey3-9/+32
2023-04-13[gdb/tui] Revert workaround in tui_source_window::show_line_numberTom de Vries1-4/+2
2023-04-13[gdb/tui] Fix left margin in disassembly windowTom de Vries2-4/+5
2023-04-13[gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries5-2/+40
2023-04-12Use SELF_CHECK in all unit testsTom Tromey2-40/+40
2023-04-12Use 'require' with gnatmake_version_at_leastTom Tromey2-6/+2
2023-04-11gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke1-6/+13
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-10gdb/dwarf: Fix MinGW buildThiago Jung Bauermann1-1/+1
2023-04-10Handle unwinding from SEGV on WindowsTom Tromey1-4/+5
2023-04-08Fix typos in previous commit of gdb.texinfo.Philippe Blain1-4/+5
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-07gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2-2/+4
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-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-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 Burgess1-15/+7