Age | Commit message (Expand) | Author | Files | Lines |
2023-04-03 | Add readMemory and writeMemory requests to DAP | Tom Tromey | 6 | -0/+168 |
2023-04-03 | gdb: cleanup around some set_momentary_breakpoint_at_pc calls | Andrew Burgess | 1 | -4/+8 |
2023-04-03 | gdb: don't always print breakpoint location after failed condition check | Andrew Burgess | 2 | -10/+20 |
2023-04-03 | gdb: avoid repeated signal reporting during failed conditional breakpoint | Andrew Burgess | 3 | -0/+242 |
2023-04-03 | gdbserver: allow agent expressions to fail with invalid memory access | Andrew Burgess | 1 | -15/+7 |
2023-04-03 | gdb: include breakpoint number in testing condition error message | Andrew Burgess | 6 | -4/+147 |
2023-04-03 | gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp | Andrew Burgess | 1 | -4/+231 |
2023-04-03 | gdb/riscv: support c.ldsp and c.lwsp in prologue scanner | Andrew Burgess | 1 | -3/+16 |
2023-04-03 | gdb/riscv: convert riscv debug settings to new debug print scheme | Andrew Burgess | 1 | -103/+120 |
2023-04-03 | gdb/testsuite: gdb.server/server-kill.exp 'info frame' before kill_server | Andrew Burgess | 1 | -0/+6 |
2023-04-03 | gdb/testsuite: fix failure in gdb.python/py-unwind.exp | Andrew Burgess | 1 | -1/+1 |
2023-04-03 | [aarch64] tpidr2: Fix erroneous detection logic for TPIDR2 | Luis Machado | 1 | -7/+7 |
2023-04-02 | gdb: remove unused parameters in print_doc_of_command, apropos_cmd | Simon Marchi | 3 | -11/+9 |
2023-04-01 | gdb/arm: Fix backtrace for pthread_cond_timedwait | Jan Kratochvil | 3 | -17/+211 |
2023-03-31 | Fix maybe-uninitialized warning in frame.c | Tom Tromey | 1 | -3/+4 |
2023-03-31 | [gdb/testsuite] Fix gdb.base/trace-commands.exp with editing off | Tom de Vries | 1 | -27/+40 |
2023-03-31 | [gdb/testsuite] Fix gdb.threads/threadapply.exp with editing off | Tom de Vries | 1 | -1/+1 |
2023-03-31 | Remove language_demangle | Tom Tromey | 4 | -22/+2 |
2023-03-31 | Fix race in background index-cache writing | Tom Tromey | 3 | -11/+24 |
2023-03-31 | GDB: Add `info main' command | Richard Bunt | 5 | -0/+81 |
2023-03-31 | GDB: Bring back the handling of DW_CC_program | Maciej W. Rozycki | 1 | -1/+27 |
2023-03-31 | GDB: Favor full symbol main name for backtrace stop | Richard Bunt | 3 | -10/+85 |
2023-03-31 | gdb: Remove extra if statement | Ari Hannula | 1 | -10/+7 |
2023-03-30 | PR gdb/30219: Clear sync_quit_force_run in quit_force | Kevin Buettner | 2 | -0/+9 |
2023-03-30 | gdb/python: Add new gdb.unwinder.FrameId class | Andrew Burgess | 4 | -23/+73 |
2023-03-30 | gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value args | Andrew Burgess | 5 | -51/+111 |
2023-03-30 | gdb: have value_as_address call unpack_pointer | Andrew Burgess | 1 | -5/+4 |
2023-03-30 | gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfo | Andrew Burgess | 2 | -1/+18 |
2023-03-30 | gdb/python: add __repr__ for PendingFrame and UnwindInfo | Andrew Burgess | 3 | -3/+99 |
2023-03-30 | gdb/python: add some additional methods to gdb.PendingFrame | Andrew Burgess | 5 | -1/+417 |
2023-03-30 | gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.c | Andrew Burgess | 3 | -26/+53 |
2023-03-30 | gdb/python: remove unneeded nullptr check in frapy_block | Andrew Burgess | 1 | -7/+1 |
2023-03-30 | gdb/python: make the gdb.unwinder.Unwinder class more robust | Andrew Burgess | 5 | -13/+192 |
2023-03-29 | Use the correct frame when evaluating a dynamic property | Tom Tromey | 4 | -2/+88 |
2023-03-29 | Pass a frame to value_at_lazy and value_from_contents_and_address | Tom Tromey | 3 | -11/+20 |
2023-03-29 | Add frame parameter to resolve_dynamic_type | Tom Tromey | 2 | -29/+48 |
2023-03-29 | Remove version_at_least | Tom Tromey | 1 | -15/+3 |
2023-03-29 | Rewrite version_compare and rust_at_least | Tom Tromey | 2 | -50/+23 |
2023-03-29 | Introduce rust_at_least helper proc | Tom Tromey | 4 | -15/+28 |
2023-03-29 | [gdb/testsuite] Require gnatmake 11 for gdb.ada/verylong.exp | Tom de Vries | 1 | -0/+1 |
2023-03-29 | doc: fix informations typo in gdb.texinfo | Nils-Christian Kempke | 1 | -2/+2 |
2023-03-29 | gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_command | Nils-Christian Kempke | 1 | -1/+0 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 7 | -31/+7 |
2023-03-29 | gdb: more debug output for displaced stepping | Andrew Burgess | 1 | -17/+68 |
2023-03-29 | [gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote host | Tom de Vries | 2 | -5/+10 |
2023-03-29 | [gdb/testsuite] Fix /gdb.guile/scm-parameter.exp for remote host | Tom de Vries | 1 | -2/+9 |
2023-03-29 | [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host | Tom de Vries | 1 | -2/+2 |
2023-03-29 | [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host | Tom de Vries | 1 | -1/+1 |
2023-03-29 | [gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readline | Tom de Vries | 1 | -8/+11 |
2023-03-29 | [gdb/testsuite] Fix gdb.guile/guile.exp for remote host | Tom de Vries | 1 | -17/+21 |