aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-12-03Set GDB version number to 14.1.gdb-14.1-releaseJoel Brobecker1-1/+1
2023-11-27i386: Use a fallback XSAVE layout for remote targetsJohn Baldwin3-0/+128
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey3-3/+97
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey3-2/+21
2023-11-17Implement the notStopped DAP responseTom Tromey4-4/+59
2023-11-17Remove ExecutionInvokerTom Tromey4-31/+16
2023-11-17Automatically run (most) DAP requests in gdb threadTom Tromey14-130/+116
2023-11-17Handle StackFrameFormat in DAPTom Tromey6-47/+453
2023-11-15Minor cleanups in ada-nested.expTom Tromey1-5/+9
2023-11-14Update gdb.Symbol.is_variable documentationTom Tromey1-1/+3
2023-11-14Handle the static link in FrameDecoratorTom Tromey3-13/+174
2023-11-14Fix a bug in DAP scopes codeTom Tromey1-2/+6
2023-11-14Add gdb.Frame.static_link methodTom Tromey3-0/+39
2023-11-14Move follow_static_link to frame.cTom Tromey3-53/+53
2023-11-14Add block::function_blockTom Tromey2-0/+19
2023-11-14Add two convenience methods to blockTom Tromey2-3/+17
2023-10-31Implement DAP setVariable requestTom Tromey6-21/+311
2023-10-26gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include itselfThiago Jung Bauermann1-1/+0
2023-10-16Have DAP handle non-Value results from 'children'Tom Tromey3-2/+166
2023-10-16Handle gdb.LazyString in DAPTom Tromey6-2/+170
2023-10-16Fix register-setting response from DAPTom Tromey2-4/+29
2023-10-16Add DAP scope cacheTom Tromey2-9/+36
2023-10-16Only allow closure lookup by address if there are threads displaced-steppingLuis Machado3-1/+62
2023-10-13Use SVE_VQ_BYTES instead of __SVE_VQ_BYTESLuis Machado1-4/+4
2023-10-12Move -lsocket check to common.m4Tom Tromey2-65/+61
2023-10-08Bump GDB's version number to 14.0.91.DATE-git.Joel Brobecker1-1/+1
2023-10-08Set GDB version number to 14.0.91.Joel Brobecker1-1/+1
2023-10-08gdb/NEWS: Change "since GDB 13" to "in GDB 14"Joel Brobecker1-1/+1
2023-10-08Bump version to 14.0.90.DATE-git.Joel Brobecker1-1/+1
2023-10-07[gdb/testsuite] Fix gdb.arch/i386-signal.exp on x86_64Tom de Vries2-1/+10
2023-10-06gdb: support rseq auxvsIlya Leoshkevich1-0/+4
2023-10-06process-dies-while-detaching.exp: Exit early if GDB misses sync breakpointThiago Jung Bauermann2-7/+7
2023-10-06gdb/NEWS: reorder some entries in the NEWS fileAndrew Burgess1-12/+12
2023-10-06gdb/testsuite: cleanup in gdb.base/args.expAndrew Burgess1-52/+36
2023-10-06gdbserver: handle newlines in inferior argumentsAndrew Burgess1-15/+5
2023-10-06gdbserver: fix handling of trailing empty argumentAndrew Burgess1-3/+6
2023-10-06gdbserver: fix handling of single quote argumentsAndrew Burgess2-4/+7
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann7-4/+51
2023-10-05[gdb/go] Handle v3 go_0 mangled prefixTom de Vries1-3/+27
2023-10-05gdb: use objfile->pspace in free_objfile observersSimon Marchi2-2/+2
2023-10-05gdb: remove unnecessary nullptr check in free_objfile observersSimon Marchi3-11/+2
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi16-102/+105
2023-10-05gdb: add program_space parameters to some auto-load functionsSimon Marchi4-15/+15
2023-10-05gdb: use objfile->pspace in auto-load.cSimon Marchi1-6/+4
2023-10-05gdb: add program_space parameter to emit_clear_objfiles_eventSimon Marchi3-6/+6
2023-10-05gdb: add program_space parameters to some functions in symtab.cSimon Marchi1-18/+21
2023-10-05gdb: add program_space parameter to ada_clear_symbol_cacheSimon Marchi1-4/+4
2023-10-05gdb: fix auxv cache clearing from new_objfile observerAndrew Burgess1-1/+10
2023-10-05gdb: fix reread_symbols when an objfile has target: prefixAndrew Burgess3-10/+218
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess10-38/+34