aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-24Use gdb_bfd_get_full_section_contents in auto-load.cTom Tromey1-7/+4
2024-10-23gdb/testsuite: introduce dwarf5 option to gdb_compileGuinevere Larsen5-5/+12
2024-10-22Implement 'Object_SizeTom Tromey12-16/+254
2024-10-22[gdb/testsuite] Handle maint set dwarf synchronous off defaultTom de Vries3-3/+19
2024-10-22[gdb/testsuite] Improve class name in gdb.dwarf2/self-spec.expTom de Vries1-3/+3
2024-10-22[gdb] Handle EINTR in run_under_shellTom de Vries1-1/+6
2024-10-21[gdb/symtab] Fix incorrect filenames with inter-CU refsTom de Vries3-6/+118
2024-10-21[gdb/contrib] Handle dot in spellcheck.shTom de Vries7-38/+52
2024-10-21[gdb/contrib] Speed up spellcheck.sh --checkTom de Vries1-15/+34
2024-10-21[gdb/contrib] Add spellcheck.sh --checkTom de Vries1-1/+18
2024-10-21gdb/guile: add get-basic-typeAndrew Burgess4-1/+29
2024-10-21[gdb/build, c++20] Fix more deprecated implicit capture of thisTom de Vries2-3/+3
2024-10-20gdb: fix 'maint info inline-frames' after 'stepi'Andrew Burgess2-7/+44
2024-10-20Use std::make_unique in more placesTom Tromey11-31/+35
2024-10-19Capture the current directory and debug directory in DWARF readerTom Tromey2-7/+18
2024-10-19Add cwd paramter to openpTom Tromey2-5/+8
2024-10-19[gdbsupport] Add gdb::array_view::{iterator,const_iterator}Tom de Vries1-0/+36
2024-10-19[gdb/guile, c++20] Work around Werror=volatile in libguile.hTom de Vries1-1/+8
2024-10-19[gdb/symtab] Skip local variables in cooked indexTom de Vries3-7/+66
2024-10-18Require a command argument in gdb.execute_miTom Tromey2-0/+11
2024-10-18[gdb] Handle bad alloc handling in gdb_bfd_openTom de Vries1-7/+8
2024-10-18[gdb/symtab] Fix qualified name for cooked index dumpTom de Vries2-6/+13
2024-10-17[gdb/testsuite] Fix gdb.ada/fixed_points.exp for gcc < 10Tom de Vries1-1/+1
2024-10-17Add myself to gdb/MAINTAINERSkamathforaix1-0/+1
2024-10-15Introduce and use gnat_version_compareTom Tromey15-25/+55
2024-10-14gdb/testsuite: fix gdb.multi/inferior-specific-bp.expGuinevere Larsen1-1/+2
2024-10-14gdb: make frame_unwind_try_unwinder return boolGuinevere Larsen1-6/+6
2024-10-12Add to GDB manual information about building index with 'gold'Robert Guthrie1-0/+13
2024-10-10gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabiAndrew Burgess12-18/+46