Age | Commit message (Expand) | Author | Files | Lines |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -5/+7 |
2023-03-27 | Use stdint types in coff internal_auxent | Alan Modra | 1 | -8/+8 |
2023-03-18 | Rename objfile_type to builtin_type | Tom Tromey | 1 | -17/+17 |
2023-03-18 | Use type allocator for array types | Tom Tromey | 1 | -2/+1 |
2023-03-18 | Use type allocator for range types | Tom Tromey | 1 | -1/+2 |
2023-03-18 | Remove alloc_type | Tom Tromey | 1 | -1/+1 |
2023-03-17 | Fix line table regression | Tom Tromey | 1 | -4/+6 |
2023-03-11 | Change linetables to be objfile-independent | Tom Tromey | 1 | -1/+0 |
2023-03-08 | Remove OBJF_REORDERED | Tom Tromey | 1 | -5/+0 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -4/+1 |
2023-02-08 | Do not pass section index to end_compunit_symtab | Tom Tromey | 1 | -1/+1 |
2023-02-01 | gdb: defer warnings when loading separate debug files | Alexandra Hájková | 1 | -2/+10 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdb: add type::length / type::set_length | Simon Marchi | 1 | -7/+7 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -5/+5 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -13/+14 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-06-02 | ODR warning for "struct find_targ_sec_arg" | Tom Tromey | 1 | -4/+4 |
2022-05-13 | Do not double-read minimal symbols for PE COFF | Tom Tromey | 1 | -57/+75 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -2/+1 |
2022-04-21 | Always use dwarf2_initialize_objfile | Tom Tromey | 1 | -3/+1 |
2022-04-11 | gdb: remove MSYMBOL_TYPE macro | Simon Marchi | 1 | -3/+3 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -29/+20 |
2022-04-07 | gdb: remove symtab::blockvector | Simon Marchi | 1 | -1/+1 |
2022-04-04 | gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab | Simon Marchi | 1 | -16/+16 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -17/+17 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 1 | -10/+10 |
2022-02-06 | gdb: remove SYMTAB_BLOCKVECTOR macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: move compunit_filetabs to compunit_symtab::filetabs | Simon Marchi | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 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 | -4/+4 |
2021-10-07 | gdb: add accessors for field (and call site) location | Simon Marchi | 1 | -3/+3 |
2021-09-30 | gdb: add field::name / field::set_name | Simon Marchi | 1 | -3/+5 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -13/+13 |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -1/+0 |
2021-03-20 | Change objfile_has_partial_symbols to a method | Tom Tromey | 1 | -1/+1 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 1 | -0/+1 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -2/+2 |
2021-01-21 | Fix build errors for armhf | Luis Machado | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-18 | gdb: define COFF file offsets with file_ptr | Jameson Nash | 1 | -15/+15 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -20/+20 |
2020-09-14 | gdb: add type::is_unsigned / type::set_is_unsigned | Simon Marchi | 1 | -1/+1 |