summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add readMemory and writeMemory requests to DAPTom Tromey2023-04-036-0/+168
* gdb: cleanup around some set_momentary_breakpoint_at_pc callsAndrew Burgess2023-04-031-4/+8
* gdb: don't always print breakpoint location after failed condition checkAndrew Burgess2023-04-032-10/+20
* gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess2023-04-033-0/+242
* 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-036-4/+147
* gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.expAndrew Burgess2023-04-031-4/+231
* gdb/riscv: support c.ldsp and c.lwsp in prologue scannerAndrew Burgess2023-04-031-3/+16
* gdb/riscv: convert riscv debug settings to new debug print schemeAndrew Burgess2023-04-031-103/+120
* 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
* [aarch64] tpidr2: Fix erroneous detection logic for TPIDR2Luis Machado2023-04-031-7/+7
* gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi2023-04-023-11/+9
* gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil2023-04-013-17/+211
* Fix maybe-uninitialized warning in frame.cTom Tromey2023-03-311-3/+4
* [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
* Remove language_demangleTom Tromey2023-03-314-22/+2
* Fix race in background index-cache writingTom Tromey2023-03-313-11/+24
* GDB: Add `info main' commandRichard Bunt2023-03-315-0/+81
* GDB: Bring back the handling of DW_CC_programMaciej W. Rozycki2023-03-311-1/+27
* GDB: Favor full symbol main name for backtrace stopRichard Bunt2023-03-313-10/+85
* gdb: Remove extra if statementAri Hannula2023-03-311-10/+7
* PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner2023-03-302-0/+9
* gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess2023-03-304-23/+73
* gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess2023-03-305-51/+111
* gdb: have value_as_address call unpack_pointerAndrew Burgess2023-03-301-5/+4
* gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess2023-03-302-1/+18
* gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess2023-03-303-3/+99
* gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess2023-03-305-1/+417
* gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess2023-03-303-26/+53
* gdb/python: remove unneeded nullptr check in frapy_blockAndrew Burgess2023-03-301-7/+1
* gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess2023-03-305-13/+192
* Use the correct frame when evaluating a dynamic propertyTom Tromey2023-03-294-2/+88
* Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey2023-03-293-11/+20
* Add frame parameter to resolve_dynamic_typeTom Tromey2023-03-292-29/+48
* 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
* doc: fix informations typo in gdb.texinfoNils-Christian Kempke2023-03-291-2/+2
* gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_commandNils-Christian Kempke2023-03-291-1/+0
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-297-31/+7
* gdb: more debug output for displaced steppingAndrew Burgess2023-03-291-17/+68
* [gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote hostTom de Vries2023-03-292-5/+10
* [gdb/testsuite] Fix /gdb.guile/scm-parameter.exp for remote hostTom de Vries2023-03-291-2/+9
* [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries2023-03-291-2/+2
* [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries2023-03-291-1/+1
* [gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readlineTom de Vries2023-03-291-8/+11
* [gdb/testsuite] Fix gdb.guile/guile.exp for remote hostTom de Vries2023-03-291-17/+21