Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-03 | gdb: Fix issue with Clang CLI macros | Bruno Larsen | 1 | -4/+15 |
2022-07-29 | gdb/dwarf: pass a file_entry to line_header::file_file_name | Simon Marchi | 1 | -1/+15 |
2022-04-07 | gdb: change file_file_name to return an std::string | Simon Marchi | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-08-08 | Include objfiles.h in a few .c files | Tom Tromey | 1 | -0/+1 |
2021-08-04 | gdb: avoid dereferencing empty str_offsets_base optional in dwarf_decode_macros | Simon Marchi | 1 | -4/+17 |
2021-08-04 | gdb: fix typo in complaint in dwarf2/macro.c | Simon Marchi | 1 | -1/+1 |
2021-03-06 | Avoid crash on missing dwz file | Tom Tromey | 1 | -2/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -112/+112 |
2020-10-02 | DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries. | nitachra | 1 | -3/+68 |
2020-05-29 | gdb: rename dwarf2_per_objfile variables/fields to per_objfile | Simon Marchi | 1 | -20/+16 |
2020-05-27 | Make dwarf2_get_dwz_file take a dwarf2_per_bfd | Simon Marchi | 1 | -2/+3 |
2020-05-27 | Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfd | Simon Marchi | 1 | -3/+3 |
2020-03-26 | Trivial fix in dwarf_decode_macro_bytes | Tom Tromey | 1 | -3/+3 |
2020-03-26 | Use a const dwarf2_section_info in macro reader | Tom Tromey | 1 | -5/+6 |
2020-03-26 | Use a const line_header in macro reader | Tom Tromey | 1 | -3/+3 |
2020-03-26 | Move code to new file dwarf2/macro.c | Tom Tromey | 1 | -0/+867 |