aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-12-24gdb: parse and set the inferior environment from core filesAndrew Burgess5-5/+106
2024-12-24gdb: add gdbarch method to get execution context from core fileAndrew Burgess10-4/+579
2024-12-22Fix -Wenum-constexpr-conversion in enum-flags.hCarlos Galvez1-27/+0
2024-12-22gdb/hurd: remove VLA usageFlavio Cruz1-4/+5
2024-12-20Add gstack scriptKeith Seitz9-5/+408
2024-12-20Minor cleanups in rust-lang.cTom Tromey1-13/+8
2024-12-20[gdb/cli] Don't prefill for operate-and-get-next of last commandTom de Vries2-6/+52
2024-12-20Use block::is_static_block in ada-lang.cTom Tromey1-1/+1
2024-12-20Fix latent bug in gdbpy_lookup_static_symbolsTom Tromey1-3/+4
2024-12-20[gdb/testsuite] Use -nostdlib in gdb.linespec/explicit.expTom de Vries2-1/+12
2024-12-19gdb, gdbserver: introduce the 'x' RSP packet for binary memory readTankut Baris Aktemur3-14/+105
2024-12-19doc: fine-tune the documentation of the 'm' RSP packetTankut Baris Aktemur1-6/+7
2024-12-18[doc] Update gdb-add-index manpageKeith Seitz1-6/+42
2024-12-18Run check-include-guards.pyTom Tromey427-1280/+1280
2024-12-18Add an include-checking scriptTom Tromey1-0/+127
2024-12-18Fix some minor header file irregularitiesTom Tromey7-7/+20
2024-12-18Fix typo in Python documentationTom Tromey1-1/+1
2024-12-17Minor C++-ification in rust-parse.cTom Tromey1-25/+20
2024-12-17Hurd: do not include defs.h when compiling MiG stubs since they are compiled ...Flavio Cruz2-2/+5
2024-12-17gdb: syscalls: Update ARM64 xml filesTiezhu Yang2-0/+8
2024-12-17gdb: syscalls: Update LoongArch xml filesTiezhu Yang2-2/+16
2024-12-17gdb: syscalls: Remove tips for LoongArch xml filesTiezhu Yang2-45/+2
2024-12-17gdb: syscalls: Handle __NR3264_ prefixed syscall numberTiezhu Yang1-4/+14
2024-12-16Greatly speed up rbreakTom Tromey1-15/+24
2024-12-16Don't let exception terminate 'rbreak'Tom Tromey7-19/+78
2024-12-16Re-run isortTom Tromey1-1/+1
2024-12-16gdb/testsuite: rename test source file to avoid glibc clashAndrew Burgess2-14/+42
2024-12-14fix Windows buildoltolm1-1/+2
2024-12-14[gdb/dap] Fix regressions with python 3.6Tom de Vries1-1/+2
2024-12-13[gdb] Fix tsan warning: signal handler spoils errnoTom de Vries3-0/+3
2024-12-13gdb/dap: allow some requests when the process is runningoltolm2-2/+2
2024-12-13gdb-dap: fix gdb.error: Frame is invalid.Oleg Tolmatcev2-18/+34
2024-12-12Reuse "title" style for list headersTom Tromey4-6/+13
2024-12-12Replace uses of "title" style with "command"Tom Tromey4-16/+17
2024-12-12Introduce "command" stylingTom Tromey22-65/+143
2024-12-12Lock bfd_stat and bfd_get_mtimeTom Tromey7-9/+47
2024-12-12Fix formatting in gdb.ada/lazy-string.expTom Tromey1-3/+3
2024-12-12Use generic_printstr from ada_language::printstrTom Tromey3-2/+77
2024-12-12Fix GNAT version check in gdb.adaTom Tromey4-5/+5
2024-12-12Make rs6000-tdep.c:variants 'const'Tom Tromey1-1/+1
2024-12-11dwarf_lang_to_enum_language: Map new DWARF5 constantsAlexandra Hájková1-0/+10
2024-12-11gdb: s390: Correct record/replay of may/mayr insnJens Remus1-0/+14
2024-12-10[gdb/testsuite] Use setVariable in gdb.dap/scopes.expTom de Vries1-18/+9
2024-12-10[gdb/testsuite] Fix gdb.dap/step-out.exp on s390xTom de Vries1-23/+29
2024-12-10[gdb/testsuite] Fix fails in gdb.python/py-arch-reg-groups.expTom de Vries1-0/+3
2024-12-09Introduce NoOpStringPrinterTom Tromey3-1/+147
2024-12-09Clean up 0-length handling in gdbpy_create_lazy_string_objectTom Tromey2-8/+19
2024-12-09Reject non-string types in gdb.Value.lazy_stringTom Tromey4-14/+9
2024-12-09Fix error check in gdb_py_test_silent_cmdTom Tromey1-0/+1
2024-12-09Omit artificial symbols from DAP variables responseTom Tromey6-1/+89