aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09gdbserver: remove 'struct' in 'struct thread_info' declarationsTankut Baris Aktemur16-78/+78
2024-12-09Add linker diagnostic message about missing static librariesNick Clifton1-0/+6
2024-12-09gdb: allow core file containing special characters on the command lineAndrew Burgess4-71/+88
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-09LoongArch: Assign DWARF register numbers to register aliasesLulu Cai7-17/+845
2024-12-09Automatic date update in version.inGDB Administrator1-1/+1
2024-12-08Automatic date update in version.inGDB Administrator1-1/+1
2024-12-07gdbserver: simplify win32 process removalSimon Marchi5-37/+5
2024-12-07Automatic date update in version.inGDB Administrator1-1/+1
2024-12-07fix dependencies for ld/emultemp/nto.emAlan Modra1-1/+1
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 Marchi20-12/+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 Domani5-363/+243
2024-12-06gold: Update expected outputs in testsuite/pr26936.shH.J. Lu1-16/+16
2024-12-06RISC-V: PR27566, consider ELF_MAXPAGESIZE/COMMONPAGESIZE for gp relaxations.Nelson Chu4-2/+52
2024-12-06Automatic date update in version.inGDB Administrator1-1/+1
2024-12-05gdbserver/win32-low.cc: remove use of `all_threads`Simon Marchi2-3/+12
2024-12-05gdbserver: add and use `process_info::find_thread(ptid)`Simon Marchi2-12/+20
2024-12-05Fix clang compile time warning about optarg parameter shadowing optarg global...Nick Clifton1-17/+17
2024-12-05Support Intel AVX10.2 satcvt instructionsHu, Lin121-658/+3592
2024-12-05x86: Eliminate unnecessary {evex} prefixesH.J. Lu10-11/+115
2024-12-05Automatic date update in version.inGDB Administrator1-1/+1
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 Marchi7-5/+31
2024-12-04gdbserver: make thread_target_data a method of thread_infoSimon Marchi6-19/+13
2024-12-04gdbserver: make thread_regcache_data / set_thread_regcache_data methods of th...Simon Marchi4-25/+13
2024-12-04gdbserver: make get_thread_lwp a functionSimon Marchi1-1/+5
2024-12-04gdbserver: remove macro get_lwp_threadSimon Marchi7-54/+52
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-04Automatic date update in version.inGDB Administrator1-1/+1
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