summaryrefslogtreecommitdiff
path: root/gdb/testsuite
Commit message (Expand)AuthorAgeFilesLines
* gdb: re-format Python code with black 23Simon Marchi2023-04-181-0/+1
* gdb/amdgpu: add follow fork and exec supportSimon Marchi2023-04-176-0/+341
* Add 128-bit integer support to the Ada parserTom Tromey2023-04-171-0/+5
* Remove some Ada parser helper functionsTom Tromey2023-04-171-0/+2
* Add 128-bit integer support to the Rust parserTom Tromey2023-04-172-3/+8
* [gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2023-04-171-0/+66
* gdb/testsuite: accept script argument for mi_make_breakpoint_pendingAndrew Burgess2023-04-143-5/+21
* gdb/testsuite: avoid {"} pattern in lib/mi-support.expAndrew Burgess2023-04-141-1/+1
* gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.expHui Li2023-04-141-8/+14
* [gdb/testsuite] Add regression test for PR30325Tom de Vries2023-04-142-3/+17
* Use 'require' with gnatmake_version_at_leastTom Tromey2023-04-122-6/+2
* gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess2023-04-111-1/+1
* gdb: warn when converting h/w watchpoints to s/wAndrew Burgess2023-04-113-12/+118
* gdb/riscv: Support c.li in prologue unwinderAndrew Burgess2023-04-113-0/+118
* Add Ada test case for break using a labelTom Tromey2023-04-074-0/+91
* [gdb/testsuite] Add -q to INTERNAL_GDBFLAGSTom de Vries2023-04-078-97/+132
* [gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-...Tom de Vries2023-04-072-0/+2
* gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.expAndrew Burgess2023-04-072-2/+4
* Fix gdb.base/align-*.exp and Clang + LTO and AIX GCCPedro Alves2023-04-061-2/+47
* gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2023-04-061-0/+34
* gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2023-04-061-0/+6
* gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess2023-04-061-2/+2
* gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess2023-04-062-12/+31
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-069-19/+434
* gdb/testsuite: Default to assembler's preferred debug format in asm-source.expThiago Jung Bauermann2023-04-051-1/+1
* Add readMemory and writeMemory requests to DAPTom Tromey2023-04-032-0/+110
* gdb: don't always print breakpoint location after failed condition checkAndrew Burgess2023-04-031-10/+8
* gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess2023-04-032-0/+233
* gdbserver: allow agent expressions to fail with invalid memory accessAndrew Burgess2023-04-031-15/+7
* gdb: include breakpoint number in testing condition error messageAndrew Burgess2023-04-035-3/+145
* gdb/testsuite: gdb.server/server-kill.exp 'info frame' before kill_serverAndrew Burgess2023-04-031-0/+6
* gdb/testsuite: fix failure in gdb.python/py-unwind.expAndrew Burgess2023-04-031-1/+1
* gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil2023-04-012-0/+186
* [gdb/testsuite] Fix gdb.base/trace-commands.exp with editing offTom de Vries2023-03-311-27/+40
* [gdb/testsuite] Fix gdb.threads/threadapply.exp with editing offTom de Vries2023-03-311-1/+1
* GDB: Add `info main' commandRichard Bunt2023-03-312-0/+61
* GDB: Favor full symbol main name for backtrace stopRichard Bunt2023-03-312-0/+70
* gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess2023-03-301-15/+1
* gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess2023-03-302-2/+40
* gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess2023-03-301-0/+17
* gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess2023-03-302-1/+34
* gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess2023-03-302-1/+136
* gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess2023-03-302-0/+26
* gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess2023-03-302-8/+99
* Use the correct frame when evaluating a dynamic propertyTom Tromey2023-03-293-0/+86
* Remove version_at_leastTom Tromey2023-03-291-15/+3
* Rewrite version_compare and rust_at_leastTom Tromey2023-03-292-50/+23
* Introduce rust_at_least helper procTom Tromey2023-03-294-15/+28
* [gdb/testsuite] Require gnatmake 11 for gdb.ada/verylong.expTom de Vries2023-03-291-0/+1
* [gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote hostTom de Vries2023-03-292-5/+10