summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2
Commit message (Expand)AuthorAgeFilesLines
* gdb/testsuite: remove perror calls when failing to runSimon Marchi2022-12-052-2/+0
* Add name canonicalization for CTom Tromey2022-12-011-3/+3
* gdb/testsuite: remove use of then keyword from gdb.*/*.exp scriptsAndrew Burgess2022-11-285-6/+6
* gdb/testsuite: fail if gdb_start_cmd failsSimon Marchi2022-11-281-1/+6
* [gdb/symtab] Handle failure to open .gnu_debugaltlink fileTom de Vries2022-11-261-0/+48
* gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.expBruno Larsen2022-11-221-3/+0
* gdb: Fix issue with Clang CLI macrosBruno Larsen2022-11-032-0/+118
* [gdb/testsuite] Handle missing .note.GNU-stackTom de Vries2022-10-2554-0/+54
* gdb/testsuite: avoid creating files in gdb/testsuite directoryAndrew Burgess2022-10-191-1/+1
* [gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clangTom de Vries2022-10-141-1/+1
* [gdb/testsuite] Fix gdb.dwarf2/entry-value-typedef.exp with -m32Tom de Vries2022-10-131-1/+1
* [gdb/testsuite] Silence warnings about obsolete -gstabsTom de Vries2022-10-121-1/+1
* [gdb/testsuite] Remove unnecessary perror in some test-casesTom de Vries2022-10-122-2/+0
* [gdb/testsuite] Fix DUPLICATEs with remote-gdbserver-on-localhostTom de Vries2022-10-071-60/+64
* [gdb/symtab] Don't complain about function declsTom de Vries2022-10-042-0/+64
* [gdb/symtab] Don't complain about inlined functionsTom de Vries2022-10-042-0/+66
* [gdb/testsuite] Add aranges to gdb.dwarf2/dw2-dir-file-name.expTom de Vries2022-09-301-0/+16
* [gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32Tom de Vries2022-09-261-0/+1
* [gdb/symtab] Fix "file index out of range" complaintTom de Vries2022-09-172-0/+49
* [gdb/symtab] Handle named DW_TAG_unspecified_type DIETom de Vries2022-09-162-0/+68
* [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for aarch64Tom de Vries2022-09-161-5/+12
* [gdb/symtab] Support .gdb_index section with TUs in .debug_infoTom de Vries2022-09-122-0/+70
* [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64leTom de Vries2022-09-121-4/+4
* [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp with clangTom de Vries2022-09-122-23/+62
* [gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries2022-09-113-0/+119
* [gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries2022-09-063-77/+114
* [gdb/testsuite] Add gdb.dwarf2/debug-names-bad-cu-index.expTom de Vries2022-09-061-0/+90
* [gdb/testsuite] Add gdb.dwarf2/debug-names-tu.expTom de Vries2022-09-061-0/+93
* gdb, dwarf: create symbols for template tags without namesNils-Christian Kempke2022-08-312-0/+228
* [gdb/symtab] Fix assert in set_lengthTom de Vries2022-08-301-0/+80
* gdb/testsuite: re-compile entry-value-typedef .S files with -fPIESimon Marchi2022-08-192-54/+64
* gdb: call check_typedef at beginning of dwarf_expr_context::fetch_resultSimon Marchi2022-08-184-0/+28511
* [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.expTom de Vries2022-08-121-4/+4
* [gdb/testsuite] Fix gdb.dwarf2/debug-names.expTom de Vries2022-08-091-7/+4
* [gdb/symtab] Fix assert in read_addrmap_from_arangesTom de Vries2022-08-072-0/+161
* [gdb/testsuite] Add support for .debug_names in dwarf assemblerTom de Vries2022-08-072-0/+106
* [gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.STom de Vries2022-08-041-14/+0
* [gdb/symtab] Fix .debug_aranges duplicate offset warningTom de Vries2022-08-012-0/+109
* gdb/testsuite: add macros test for source files compiled in various waysSimon Marchi2022-07-292-0/+416
* [gdb/symtab] Make per_cu->set_lang more strictTom de Vries2022-07-131-2/+2
* Fix corrupt DWARF in dw2-double-set-die-typeTom Tromey2022-06-251-31/+0
* gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess2022-06-241-1/+0
* gdb/testsuite: remove global gcc_compiled from gdb.expAndrew Burgess2022-06-2420-80/+20
* Fix crash in new DWARF indexerTom Tromey2022-05-261-0/+62
* gdb/testsuite: prefer gdb_test in gdb.dwarf2/calling-conventionLancelot SIX2022-05-261-6/+8
* gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen2022-05-168-8/+8
* [gdb/testsuite] Fix gdb.dwarf2/dw2-out-of-range-end-of-seq.exp on aarch64Tom de Vries2022-05-121-3/+11
* [gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location.exp with nopieTom de Vries2022-05-062-86/+82
* Fix method naming bug in new DWARF indexerTom Tromey2022-04-221-0/+74
* gdb/testsuite/dwarf: don't automatically add directory and file entry for DWA...Simon Marchi2022-04-182-4/+10