aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-31gdb: Remove extra if statementAri Hannula1-10/+7
2023-03-30PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner2-0/+9
2023-03-30gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess4-23/+73
2023-03-30gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess5-51/+111
2023-03-30gdb: have value_as_address call unpack_pointerAndrew Burgess1-5/+4
2023-03-30gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess2-1/+18
2023-03-30gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess3-3/+99
2023-03-30gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess5-1/+417
2023-03-30gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess3-26/+53
2023-03-30gdb/python: remove unneeded nullptr check in frapy_blockAndrew Burgess1-7/+1
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess5-13/+192
2023-03-29Use the correct frame when evaluating a dynamic propertyTom Tromey4-2/+88
2023-03-29Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey3-11/+20
2023-03-29Add frame parameter to resolve_dynamic_typeTom Tromey2-29/+48
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-29doc: fix informations typo in gdb.texinfoNils-Christian Kempke1-2/+2
2023-03-29gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_commandNils-Christian Kempke1-1/+0
2023-03-29gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess7-31/+7
2023-03-29gdb: more debug output for displaced steppingAndrew Burgess1-17/+68
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