aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-10-05gdb: remove use of a static buffer for building error stringsAndrew Burgess1-13/+14
2023-10-05gdb: use archive name in warning when appropriateAndrew Burgess1-6/+7
2023-10-05gdb: some additional filename stylingAndrew Burgess2-3/+5
2023-10-04gdb/testsuite: XFAIL some gdb.base/fileio.expGuinevere Larsen2-1/+28
2023-10-04sme2: Document SME2 registers and featuresLuis Machado2-0/+68
2023-10-04sme2: Extend SME tests to include SME2Luis Machado8-8/+178
2023-10-04sme2: Core file support for ZT register setLuis Machado1-0/+87
2023-10-04sme2: signal frame supportLuis Machado1-0/+65
2023-10-04sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado9-1/+304
2023-10-04sme: Document SME registers and featuresLuis Machado2-0/+263
2023-10-04sme: Add SVE/SME testcasesLuis Machado45-0/+3778
2023-10-04sme: Core file support for LinuxLuis Machado3-33/+558
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado7-19/+127
2023-10-04corefile/bug: Use thread-specific gdbarch when dumping register state to core...Luis Machado1-4/+19
2023-10-04Get rid of linux-core-thread-dataLuis Machado1-34/+15
2023-10-04sme: Support TPIDR2 signal frame contextLuis Machado1-0/+24
2023-10-04sme: Fixup sigframe gdbarch when vg/svg changesLuis Machado3-86/+198
2023-10-04sme: Signal frame supportLuis Machado2-9/+84
2023-10-04sve: Fix signal frame z/v register restoreLuis Machado1-45/+62
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado13-54/+1736
2023-10-04sve: Fix return command when using V registers in a SVE-enabled targetLuis Machado1-0/+5
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado3-107/+152
2023-10-04refactor: Rename SVE-specific filesLuis Machado6-20/+25
2023-10-04Fix register fetch/store order for native AArch64 LinuxLuis Machado1-27/+33
2023-10-03gdb/corefile: write NT_GDB_TDESC based on signalled threadAndrew Burgess5-10/+23
2023-10-02gdb/python: reformat file with blackAndrew Burgess1-0/+3
2023-10-02Add regression test for instructionReference changeTom Tromey2-6/+23
2023-10-02Clean up intermediate values in val_print_packed_array_elementsTom Tromey3-35/+51
2023-10-02gdb/testsuite: accept variable number of spaces in gdb.base/jit-reader-simple...Simon Marchi1-2/+2
2023-10-02gdb: Add command 'maint set/show debuginfod download-sections'Aaron Merey2-5/+77
2023-10-02gdb/debuginfod: Add debuginfod_section_queryAaron Merey2-0/+84
2023-10-02[gdb/testsuite] Handle older gcc in gdb.ada/import.expTom de Vries1-0/+34
2023-10-02[gdb/testsuite] Add KFAIL for PR ada/30908Tom de Vries2-4/+44
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess11-0/+349
2023-10-02gdb: remove solib::pspace fieldSimon Marchi5-15/+11
2023-09-29Support the NO_COLOR environment variableTom Tromey17-47/+60
2023-09-29gdb: add Sam James to MAINTAINERSSam James1-0/+1
2023-09-28gdb/testsuite: Add relative versus absolute LD_LIBRARY_PATH testKevin Buettner3-0/+145
2023-09-28gdb: remove nbsd_{ilp32,lp64}_solib_svr4_fetch_link_map_offsetsSimon Marchi2-18/+0
2023-09-28gdb: remove unused imports in solib*.[ch]Simon Marchi8-29/+3
2023-09-28[gdb/tui] Fix segfault in tui_find_disassembly_addressTom de Vries1-0/+39
2023-09-28Remove old gdb_bfd_openr_iovecTom Tromey2-43/+0
2023-09-28Convert solib-rocm to new type-safe gdb_bfd_openr_iovecTom Tromey1-48/+18
2023-09-28Convert minidebug to new type-safe gdb_bfd_openr_iovecTom Tromey1-58/+40
2023-09-28Convert target fileio to new type-safe gdb_bfd_openr_iovecTom Tromey1-47/+50
2023-09-28Convert mem_bfd_iovec to new type-safe gdb_bfd_openr_iovecTom Tromey1-41/+20
2023-09-28Small constructor change to target_bufferTom Tromey1-3/+3
2023-09-28Introduce type-safe variant of gdb_bfd_openr_iovecTom Tromey2-0/+73
2023-09-28gdb: use reopen_exec_file from reread_symbolsAndrew Burgess2-18/+10
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess6-0/+198