Age | Commit message (Expand) | Author | Files | Lines |
2023-08-18 | Merge psympriv.h into psymtab.h | Tom Tromey | 1 | -1/+1 |
2023-08-11 | gdb: warn unused result for bfd IO functions | Alan Modra | 1 | -2/+3 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -4/+4 |
2023-07-26 | [gdb/build] Fix Wstringop-truncation in coff_getfilename | Tom de Vries | 1 | -2/+3 |
2023-06-05 | Use "unrelocated" terminology in linetable_entry | Tom Tromey | 1 | -2/+3 |
2023-05-07 | Rename objfile::sections | Tom Tromey | 1 | -1/+2 |
2023-05-02 | xcoffread.c: Fix -Werror=dangling-pointer= issue with main_subfile. | Mark Wielaard | 1 | -11/+13 |
2023-03-28 | Rename "raw" to "unrelocated" | Tom Tromey | 1 | -2/+3 |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -8/+8 |
2023-03-28 | Use unrelocated_addr in psymbols | Tom Tromey | 1 | -9/+14 |
2023-03-28 | Use unrelocated_addr in partial symbol tables | Tom Tromey | 1 | -6/+9 |
2023-03-27 | Use stdint types in coff internal_auxent | Alan Modra | 1 | -2/+2 |
2023-03-18 | Rename objfile_type to builtin_type | Tom Tromey | 1 | -2/+2 |
2023-03-17 | Fix line table regression | Tom Tromey | 1 | -2/+3 |
2023-03-11 | Change linetable_entry::is_stmt to bool | Tom Tromey | 1 | -2/+2 |
2023-03-11 | Change linetables to be objfile-independent | Tom Tromey | 1 | -5/+6 |
2023-03-11 | Add operator< and operator== to linetable_entry | Tom Tromey | 1 | -3/+1 |
2023-03-08 | Remove OBJF_REORDERED | Tom Tromey | 1 | -5/+0 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+1 |
2023-02-08 | Do not pass section index to end_compunit_symtab | Tom Tromey | 1 | -7/+5 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-09-30 | gdb: Remove unused extra_lines variable | Tsukasa OI | 1 | -8/+0 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -11/+11 |
2022-07-29 | gdb: add "id" fields to identify symtabs and subfiles | Simon Marchi | 1 | -0/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-06-10 | Fix warning-avoidance initialization in xcoffread.c | Tom Tromey | 1 | -1/+1 |
2022-06-02 | ODR warnings for "struct coff_symbol" | Tom Tromey | 1 | -10/+10 |
2022-06-02 | ODR warning for "struct find_targ_sec_arg" | Tom Tromey | 1 | -3/+4 |
2022-06-02 | ODR warnings for struct symloc | Tom Tromey | 1 | -14/+14 |
2022-04-21 | Always use dwarf2_initialize_objfile | Tom Tromey | 1 | -3/+1 |
2022-04-12 | gdb: change subfile::line_vector to an std::vector | Simon Marchi | 1 | -87/+31 |
2022-04-12 | gdb: use std::vector for temporary linetable_entry array in arrange_linetable | Simon Marchi | 1 | -47/+31 |
2022-04-12 | gdb: change subfile::name and buildsym_compunit::m_comp_dir to strings | Simon Marchi | 1 | -2/+1 |
2022-04-12 | gdb: allocate subfile with new | Simon Marchi | 1 | -8/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -4/+3 |
2022-04-04 | gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab | Simon Marchi | 1 | -13/+15 |
2022-02-21 | gdb: make use of std::string in dbxread.c and xcoffread.c | Andrew Burgess | 1 | -14/+4 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-10 | gdb: adjust x_file fields on COFF readers | Clément Chigot | 1 | -3/+3 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -12/+13 |
2021-04-02 | gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab | Simon Marchi | 1 | -2/+2 |
2021-03-20 | Allow multiple partial symbol readers per objfile | Tom Tromey | 1 | -1/+3 |
2021-03-20 | Add partial_symtabs parameter to psymtab construction functions | Tom Tromey | 1 | -14/+25 |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Change how some psymbol readers access the psymtab storage | Tom Tromey | 1 | -8/+14 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 1 | -0/+1 |