aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-03gdb: include breakpoint number in testing condition error messageAndrew Burgess6-4/+147
2023-04-03gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.expAndrew Burgess1-4/+231
2023-04-03gdb/riscv: support c.ldsp and c.lwsp in prologue scannerAndrew Burgess1-3/+16
2023-04-03gdb/riscv: convert riscv debug settings to new debug print schemeAndrew Burgess1-103/+120
2023-04-03gdb/testsuite: gdb.server/server-kill.exp 'info frame' before kill_serverAndrew Burgess1-0/+6
2023-04-03gdb/testsuite: fix failure in gdb.python/py-unwind.expAndrew Burgess1-1/+1
2023-04-03[aarch64] tpidr2: Fix erroneous detection logic for TPIDR2Luis Machado1-7/+7
2023-04-02gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi3-11/+9
2023-04-01gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil3-17/+211
2023-03-31Fix maybe-uninitialized warning in frame.cTom Tromey1-3/+4
2023-03-31[gdb/testsuite] Fix gdb.base/trace-commands.exp with editing offTom de Vries1-27/+40
2023-03-31[gdb/testsuite] Fix gdb.threads/threadapply.exp with editing offTom de Vries1-1/+1
2023-03-31Remove language_demangleTom Tromey4-22/+2
2023-03-31Fix race in background index-cache writingTom Tromey3-11/+24
2023-03-31GDB: Add `info main' commandRichard Bunt5-0/+81
2023-03-31GDB: Bring back the handling of DW_CC_programMaciej W. Rozycki1-1/+27
2023-03-31GDB: Favor full symbol main name for backtrace stopRichard Bunt3-10/+85