Age | Commit message (Expand) | Author | Files | Lines |
2023-03-18 | Rename objfile_type to builtin_type | Tom Tromey | 1 | -13/+13 |
2023-03-18 | Use type allocator for set types | Tom Tromey | 1 | -4/+7 |
2023-03-18 | Use type allocator for array types | Tom Tromey | 1 | -2/+3 |
2023-03-18 | Use type allocator for range types | Tom Tromey | 1 | -3/+5 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -6/+6 |
2023-03-18 | Unify arch_boolean_type and init_boolean_type | Tom Tromey | 1 | -6/+6 |
2023-03-18 | Unify arch_character_type and init_character_type | Tom Tromey | 1 | -2/+2 |
2023-03-18 | Unify arch_integer_type and init_integer_type | Tom Tromey | 1 | -28/+28 |
2023-03-18 | Remove init_type | Tom Tromey | 1 | -6/+11 |
2023-03-18 | Remove alloc_type | Tom Tromey | 1 | -2/+2 |
2023-03-18 | Remove alloc_type_copy | Tom Tromey | 1 | -1/+1 |
2023-03-10 | Move allocate_stub_method to stabsread.c | Tom Tromey | 1 | -0/+20 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+0 |
2023-02-08 | Set section indices when symbols are made | Tom Tromey | 1 | -6/+8 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-01 | Add name canonicalization for C | Tom Tromey | 1 | -11/+19 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -5/+5 |
2022-09-21 | gdb: add type::length / type::set_length | Simon Marchi | 1 | -5/+5 |
2022-09-21 | gdb: add type::target_type / type::set_target_type | Simon Marchi | 1 | -1/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -2/+2 |
2022-06-02 | ODR warnings for struct nextfield | Tom Tromey | 1 | -8/+8 |
2022-04-11 | gdb: remove MSYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -45/+38 |
2022-04-04 | gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_LINE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -76/+76 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -26/+26 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -8/+8 |
2022-02-06 | gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter | Simon Marchi | 1 | -34/+34 |
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-10-29 | gdb: remove FIELD_BITPOS macro | Simon Marchi | 1 | -2/+2 |
2021-10-07 | gdb: add accessors for field (and call site) location | Simon Marchi | 1 | -7/+5 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -1/+1 |
2021-09-30 | gdb: add field::name / field::set_name | Simon Marchi | 1 | -13/+13 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -1/+1 |
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 | -312/+312 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -2/+3 |
2020-10-22 | Remove gdb_assert for TYPE_CODE_METHOD in stabs reader | Hannes Domani | 1 | -3/+0 |
2020-09-14 | gdb: remove TYPE_INSTANCE_FLAGS | Simon Marchi | 1 | -5/+4 |
2020-09-14 | Use type_instance_flags more throughout | Pedro Alves | 1 | -1/+1 |
2020-09-14 | gdb: add type::is_prototyped / type::set_is_prototyped | Simon Marchi | 1 | -3/+3 |
2020-09-14 | gdb: add type::target_is_stub / type::set_target_is_stub | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_STUB | Simon Marchi | 1 | -3/+3 |
2020-09-14 | gdb: add type::is_stub / type::set_is_stub | Simon Marchi | 1 | -3/+3 |
2020-09-14 | gdb: add type::has_no_signedness / type::set_has_no_signedness | Simon Marchi | 1 | -2/+2 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -3/+3 |