Age | Commit message (Expand) | Author | Files | Lines |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-28 | Use the new symbol domains | Tom Tromey | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-09-19 | Give a language to a type | Tom Tromey | 1 | -8/+9 |
2023-08-31 | gdb: introduce field::bitsize / field::set_bitsize | Simon Marchi | 1 | -2/+2 |
2023-08-31 | [gdb/symtab] Factor out type::{alloc_fields,copy_fields} | Tom de Vries | 1 | -5/+2 |
2023-08-18 | Merge psympriv.h into psymtab.h | Tom Tromey | 1 | -1/+1 |
2023-03-28 | Use unrelocated_addr in psymbols | Tom Tromey | 1 | -4/+8 |
2023-03-28 | Use unrelocated_addr in partial symbol tables | Tom Tromey | 1 | -7/+8 |
2023-03-18 | Rename objfile_type to builtin_type | Tom Tromey | 1 | -9/+9 |
2023-03-18 | Use type allocator for array types | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Use type allocator for range types | Tom Tromey | 1 | -1/+2 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Unify arch_boolean_type and init_boolean_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Unify arch_character_type and init_character_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Unify arch_integer_type and init_integer_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Remove init_type | Tom Tromey | 1 | -3/+5 |
2023-03-18 | Remove alloc_type | Tom Tromey | 1 | -4/+4 |
2023-02-08 | Do not pass section index to end_compunit_symtab | Tom Tromey | 1 | -6/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-09-21 | gdb: add type::length / type::set_length | Simon Marchi | 1 | -5/+5 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -5/+5 |
2022-09-21 | gdb: add type::target_type / type::set_target_type | Simon Marchi | 1 | -7/+6 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -3/+3 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -4/+4 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-04 | gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab | Simon Marchi | 1 | -8/+8 |
2022-03-31 | gdb/ctf: pass partial symtab's filename to buildsym_compunit | Simon Marchi | 1 | -1/+1 |
2022-03-31 | gdb/ctf: don't create a buildsym_compunit when building partial symbols | Simon Marchi | 1 | -19/+1 |
2022-03-31 | gdb: initialize ctf_context::builder in create_partial_symtab | Simon Marchi | 1 | -0/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -6/+6 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -6/+6 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 1 | -8/+8 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-18 | CTF: incorrect underlying type setting for enumeration types | Weimin Pan | 1 | -6/+9 |
2021-10-07 | gdb: add accessors for field (and call site) location | Simon Marchi | 1 | -2/+2 |
2021-09-30 | gdb: add field::name / field::set_name | Simon Marchi | 1 | -2/+2 |
2021-09-18 | CTF: multi-CU and archive support | Weimin Pan | 1 | -146/+190 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -4/+4 |
2021-05-16 | CTF: handle forward reference type | Weimin Pan | 1 | -27/+22 |
2021-04-07 | CTF: handle forward reference type | Weimin Pan | 1 | -13/+65 |
2021-04-02 | gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab | Simon Marchi | 1 | -3/+3 |
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 | -10/+18 |
2021-03-05 | CTF: add all members of an enum type to psymtab | Weimin Pan | 1 | -3/+27 |
2021-03-05 | CTF: set up debug info for function arguments | Weimin Pan | 1 | -58/+85 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -1/+1 |