aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/line-header.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries1-0/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi1-2/+2
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi1-5/+13
2022-07-29gdb/dwarf: pass a file_entry to line_header::file_file_nameSimon Marchi1-33/+14
2022-07-29gdb/dwarf: pass compilation directory to line headerSimon Marchi1-2/+3
2022-04-21gdb/dwarf: remove line_header::header_length fieldSimon Marchi1-2/+4
2022-04-21gdb/dwarf: remove line_header::total_length fieldSimon Marchi1-5/+5
2022-04-21gdbsupport: add path_join functionSimon Marchi1-1/+2
2022-04-07gdb: change file_file_name to return an std::stringSimon Marchi1-11/+5
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-22[gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries1-6/+9
2021-07-17Fix file-name handling regression with DWARF indexTom Tromey1-19/+0
2021-05-17Rename dwarf2/comp-unit.hTom Tromey1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi1-9/+6
2020-03-26Move more code to line-header.cTom Tromey1-0/+335
2020-03-26Make some line_header methods constTom Tromey1-2/+2
2020-02-08Move DWARF line_header to new fileTom Tromey1-0/+114