aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Add 128-bit integer support to the Rust parserTom Tromey2-3/+8
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries1-0/+66
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-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-12Use 'require' with gnatmake_version_at_leastTom Tromey2-6/+2
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 Burgess3-12/+118
2023-04-11gdb/riscv: Support c.li in prologue unwinderAndrew Burgess3-0/+118
2023-04-07Add Ada test case for break using a labelTom Tromey4-0/+91
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-06Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves1-2/+47
2023-04-06gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess1-0/+34
2023-04-06gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess1-0/+6
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess1-2/+2
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess2-12/+31
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess9-19/+434
2023-04-05gdb/testsuite: Default to assembler's preferred debug format in asm-source.expThiago Jung Bauermann1-1/+1
2023-04-03Add readMemory and writeMemory requests to DAPTom Tromey2-0/+110
2023-04-03gdb: don't always print breakpoint location after failed condition checkAndrew Burgess1-10/+8
2023-04-03gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess2-0/+233
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 Burgess5-3/+145
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-01gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil2-0/+186
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-31GDB: Add `info main' commandRichard Bunt2-0/+61
2023-03-31GDB: Favor full symbol main name for backtrace stopRichard Bunt2-0/+70
2023-03-30gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess1-15/+1
2023-03-30gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess2-2/+40
2023-03-30gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess1-0/+17
2023-03-30gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess2-1/+34
2023-03-30gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess2-1/+136
2023-03-30gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess2-0/+26
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess2-8/+99
2023-03-29Use the correct frame when evaluating a dynamic propertyTom Tromey3-0/+86
2023-03-29Remove version_at_leastTom Tromey1-15/+3
2023-03-29Rewrite version_compare and rust_at_leastTom Tromey2-50/+23
2023-03-29Introduce rust_at_least helper procTom Tromey4-15/+28
2023-03-29[gdb/testsuite] Require gnatmake 11 for gdb.ada/verylong.expTom de Vries1-0/+1
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote hostTom de Vries2-5/+10
2023-03-29[gdb/testsuite] Fix /gdb.guile/scm-parameter.exp for remote hostTom de Vries1-2/+9
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries1-2/+2
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries1-1/+1
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readlineTom de Vries1-8/+11