aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi23-191/+183
2023-10-19gdb: make interps_notify work with referencesSimon Marchi1-3/+3
2023-10-19gdb: add program_space parameter to target_so_ops::clear_solibSimon Marchi6-42/+33
2023-10-19gdb: remove empty clear_solib functionsSimon Marchi3-18/+6
2023-10-18gdb/testsuite/gdb.rocm: Fix incorrect use of continue N in multi-inferior-gpu...Lancelot Six1-1/+1
2023-10-18gdb/testsuite/gdb.rocm: Check value returned by hipDeviceSynchronizeLancelot Six6-6/+52
2023-10-18[gdb/testsuite] Fix gdb.base/jit-bfd-name.expTom de Vries1-1/+1
2023-10-18[gdb/symtab] Fix two style issues in gdb/dwarf2/index-write.cTom de Vries1-3/+3
2023-10-18[gdb/symtab] Fix style issues in v9 .gdb_index section supportTom de Vries4-15/+15
2023-10-17gdb: include the end address in in-memory bfd filenamesMarkus Metzger2-6/+14
2023-10-17[gdb/cli] Keep track of styling failures in source_cacheTom de Vries2-2/+26
2023-10-17[gdb/cli] Factor out try_source_highlightTom de Vries1-36/+55
2023-10-17[gdb/cli] Skip string copy in source_cache::ensureTom de Vries1-1/+1
2023-10-16nat/x86-cpuid.h: Remove non-x86 fallbacksJohn Baldwin1-22/+0
2023-10-16gdb: remove unnecessary declarations in target.cSimon Marchi1-34/+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-16[gdb/symtab] Work around PR gas/29517Tom de Vries6-9/+69
2023-10-16Only allow closure lookup by address if there are threads displaced-steppingLuis Machado3-1/+62
2023-10-16gdb: replace architecture_changed with new_architecture observerAndrew Burgess5-9/+8
2023-10-13[aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTESLuis Machado1-4/+4
2023-10-12Move -lsocket check to common.m4Tom Tromey2-65/+61
2023-10-12Fix test suite failure in file-then-restart.expTom Tromey3-18/+19
2023-10-11gdb: LoongArch: Handle special struct in dummy callHui Li1-16/+189
2023-10-10gdb: add assertion when marking the remote async flagSimon Marchi1-1/+4
2023-10-10gdb: add remote_state::{is_async_p,can_async_p}Simon Marchi1-4/+16
2023-10-10gdb: make remote_state's async token privateSimon Marchi1-27/+44
2023-10-10gdb: remove trailing whitespaces in remote.cSimon Marchi1-10/+9
2023-10-10gdb: scope down registers_changed call in inferior::set_archSimon Marchi1-1/+4
2023-10-10gdb: remove target_gdbarchSimon Marchi93-504/+579
2023-10-10gdb: move set_target_gdbarch to inferior::set_archSimon Marchi4-20/+22
2023-10-10gdb: add inferior parameter to architecture_changed observableSimon Marchi3-4/+6
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi25-55/+63
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany6-0/+204
2023-10-10gdb/python: generalize serialize_mi_result()Jan Vrany3-176/+181
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella6-13/+146
2023-10-09gdb/testsuite: match complete lines in gdb.base/maint.expAndrew Burgess1-2/+2
2023-10-08Update gdb/NEWS after GDB 14 branch creation.Joel Brobecker1-1/+3
2023-10-08Bump version to 15.0.50.DATE-git.Joel Brobecker2-2/+2
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