aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Add dw2-aranges.expAlexandra Hájková3-2/+77
2024-11-08gdb: LoongArch: Remove use of gdbarch_remove_non_address_bits hookSchimpe, Christina1-8/+2
2024-11-08gdb: make the error message for unreadable objfiles more informativeGuinevere Larsen1-2/+2
2024-11-08gdb/testsuite: fix gdb.base/basic-edit-cmd.exp testAndrew Burgess1-1/+4
2024-11-08gdb: fixes and tests for the 'edit' commandAndrew Burgess3-1/+211
2024-11-08[gdb/tdep] Use raw_supply_zeroed in i387_supply_xsaveTom de Vries1-20/+19
2024-11-08[gdb/tdep] Use raw_supply_zeroed for NIOS r0 regTom de Vries1-2/+1
2024-11-08[gdb/tdep] Use raw_supply_zeroed for Alpha r31 regTom de Vries1-5/+1
2024-11-08[gdb/tdep] Use raw_supply_zeroed for PA-RISC r0 regTom de Vries2-4/+2
2024-11-08[gdb/tdep] Use raw_supply_zeroed for IA-64 gr0 and fr0 regsTom de Vries2-12/+4
2024-11-07Deprecate the ARM simulator.Nick Clifton1-1/+0
2024-11-06[gdb/tdep] Use raw_supply_zeroed for SPARC g0 regTom de Vries3-7/+3
2024-11-06gdb: remove exact_match parameter from find_line_symtabKlaus Gerlicher3-17/+15
2024-11-04Turn decode_line_2_compare_items into operator<Tom Tromey1-13/+9
2024-11-04gdb: cleanup includes in *-typeprint.[ch]Simon Marchi6-8/+1
2024-11-04gdb: cleanup includes in gdbtypes.hSimon Marchi1-4/+0
2024-11-04Remove gdb::hash_enumTom Tromey4-12/+4
2024-11-04gdb: use option framework for add-inferior and clone-inferiorAndrew Burgess1-103/+188
2024-11-04gdb: add filename option supportAndrew Burgess5-18/+222
2024-11-04gdb/testsuite: spring clean the gdb.stabs/gdb11479.exp testAndrew Burgess1-24/+30
2024-11-04Fix AIX core dump while main thread exits.Aditya Vidyadhar Kamath1-1/+1
2024-11-01Fix compile error due to [[noreturn]] with clangAndrew Oates1-1/+2
2024-11-01Add gdb.events.tui_enabledTom Tromey10-0/+73
2024-10-31Prevent use-after-free of bfd filename in gdb_bfd_close_or_warnDomani Johannes1-2/+3
2024-10-30gdb: Update SECURITY.txt to mention extension scripts and internal errorsGuinevere Larsen1-13/+38
2024-10-30[gdb/tdep] Use std::array in amd64-windows-tdep.cTom de Vries1-24/+27
2024-10-29Fix signal unsafe call inside a signalBernd Edlinger4-9/+100
2024-10-29[gdb/testsuite] Add read1 and readmore to make-check-all.shTom de Vries1-3/+42
2024-10-29[gdb/symtab] Handle multiple .debug_info sectionsTom de Vries7-19/+109
2024-10-29fortran: Fix arrays of variable length strings for FORTRANIjaz, Abdul B6-5/+219
2024-10-28Fix size of register bufferHannes Domani1-1/+2
2024-10-28Don't copy memory for arguments if there are noneHannes Domani1-0/+1
2024-10-28gdb/record: add support to vzeroupper instructionGuinevere Larsen3-0/+73
2024-10-28gdb/record: support AVX instructions VMOVDQ(U|A) when recordingGuinevere Larsen3-4/+115
2024-10-28gdb/record: Add recording support to vpbroadcast instructionsGuinevere Larsen3-0/+71
2024-10-28gdb/record: add support to AVX unpack instructionsGuinevere Larsen3-1/+121
2024-10-28gdb/record: add support to vmovd and vmovq instructionsGuinevere Larsen5-2/+359
2024-10-28gdb: Start supporting AVX instructionGuinevere Larsen4-4/+105
2024-10-28gdb: Allow replayed threads to read and write pseudo registersGuinevere Larsen3-2/+25
2024-10-27gdb/testsuite: avoid intermittent failures on a debuginfod testAndrew Burgess1-1/+1
2024-10-26[gdb/testsuite] Fix gdb.dwarf2/dwp-symlink.exp with target board fission-dwpTom de Vries1-6/+11
2024-10-26gdb/testsuite: fix test pattern after switch to -lbl matchingAndrew Burgess1-3/+3
2024-10-26[gdb] Don't create registry keys in destructorTom de Vries6-20/+34
2024-10-25[gdb] Handle bad alloc in gdb_rl_callback_read_char_wrapper_noexceptTom de Vries1-1/+17
2024-10-25[gdb/testsuite] Fix gdb.cp/exceptprint.exp with check-read1Tom de Vries1-1/+2
2024-10-25[gdb/testsuite] Fix gdb.threads/ia64-sigill.exp with check-read1Tom de Vries1-4/+19
2024-10-25[gdb/testsuite] Fix some test-cases for check-read1 (-lbl)Tom de Vries1-7/+14
2024-10-25[gdb/testsuite] Fix some test-cases for check-read1 (pipe/grep)Tom de Vries6-15/+34
2024-10-25[gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)Tom de Vries7-88/+80
2024-10-24Add locking when reading BFD sectionsTom Tromey1-0/+23