aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-09Defer DAP launch command until after configurationDoneTom Tromey36-164/+341
2024-12-09Add DAP deferred requestsTom Tromey1-24/+136
2024-12-09Allow cancellation of DAP-thread requestsTom Tromey1-6/+18
2024-12-09Refactor CancellationHandler in DAPTom Tromey1-18/+15
2024-12-09Add call_function_later to DAPTom Tromey1-0/+12
2024-12-09Reimplement DAP delayed eventsTom Tromey1-12/+12
2024-12-09Reimplement DAP's stopAtBeginningOfMainSubprogramTom Tromey1-5/+7
2024-12-09[gdb/symtab] Apply workaround for PR gas/31115 a bit moreTom de Vries1-10/+31
2024-12-09[gdb/syscalls] Generate aarch64-linux.xml.in in update-linux-from-src.shTom de Vries2-2/+50
2024-12-09Include gdbsupport/gdb_vecs.h in gdb/s390-linux-nat.cMark Wielaard1-0/+1
2024-12-09gdb: allow core file containing special characters on the command lineAndrew Burgess2-71/+62
2024-12-09gdb: make core_target_open staticAndrew Burgess2-6/+6
2024-12-09gdb: use 'const' more in a couple of small breakpoint functionsAndrew Burgess2-6/+6
2024-12-06gdb: make objfile::make actually use its pspace parameterSimon Marchi1-5/+3
2024-12-06gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includesSimon Marchi17-9/+8
2024-12-06gdb: Fix use-after-free when an objfile has no symbols to loadGuinevere Larsen2-4/+4
2024-12-06Reduce WOW64 code duplicationHannes Domani3-222/+190
2024-12-04gdb: fix parsing of DIEs with both low/high pc AND ranges attributesAndrew Burgess3-22/+403
2024-12-04[gdb/tdep] Remove includes of gdbsupport/common-defs.hTom de Vries3-3/+0
2024-12-04[gdb/build] Fix build breaker on mingw-w64Simon Marchi3-5/+0
2024-12-04gdb, testsuite: fix TCL error in 'gdb.base/structs.exp'Stephan Rohr1-1/+1
2024-12-04[gdb/testsuite] Fix failure in gdb.python/py-startup-opt.expTom de Vries1-5/+7
2024-12-03Fix "maint print" error messagesTom Tromey1-7/+16
2024-12-03Use ui-out table in "maint print reggroups"Tom Tromey5-16/+20
2024-12-03Use ui-out tables in some "maint print" commandsTom Tromey5-170/+192
2024-12-03[gdb/testsuite] Fix DUPLICATE in gdb.arch/pr25124.expTom de Vries1-2/+2
2024-12-03[gdb/python] Issue warning if python fails to initializeTom de Vries1-0/+35