aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-03-03Bump GDB's version number to 14.2.90.DATE-git.Joel Brobecker2-2/+2
2024-03-03Set GDB version number to 14.2.gdb-14.2-releaseJoel Brobecker1-1/+1
2024-02-11Fix crash when calling Frame.static_linkHannes Domani2-0/+17
2024-02-06[gdb/tdep] Fix use-after-free in arm_exidx_fill_cacheTom de Vries1-1/+1
2024-01-23gdb: fix "list ." related crashGuinevere Larsen3-0/+60
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani3-1/+68
2023-12-06Fix DLL export forwardingHannes Domani1-1/+4
2023-12-03Bump GDB's version number to 14.1.90.DATE-git.Joel Brobecker2-2/+2
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