aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/macro.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29gdb/dwarf: pass a file_entry to line_header::file_file_nameSimon Marchi1-1/+15
2022-04-07gdb: change file_file_name to return an std::stringSimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-08Include objfiles.h in a few .c filesTom Tromey1-0/+1
2021-08-04gdb: avoid dereferencing empty str_offsets_base optional in dwarf_decode_macrosSimon Marchi1-4/+17
2021-08-04gdb: fix typo in complaint in dwarf2/macro.cSimon Marchi1-1/+1
2021-03-06Avoid crash on missing dwz fileTom Tromey1-2/+4
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-112/+112
2020-10-02DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries.nitachra1-3/+68
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi1-20/+16
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi1-2/+3
2020-05-27Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfdSimon Marchi1-3/+3
2020-03-26Trivial fix in dwarf_decode_macro_bytesTom Tromey1-3/+3
2020-03-26Use a const dwarf2_section_info in macro readerTom Tromey1-5/+6
2020-03-26Use a const line_header in macro readerTom Tromey1-3/+3
2020-03-26Move code to new file dwarf2/macro.cTom Tromey1-0/+867