Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 1 | -2/+2 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -19/+19 |
2020-11-01 | Change end_psymtab_common to a method | Tom Tromey | 1 | -1/+1 |
2020-11-01 | Remove parameter from end_psymtab_common | Tom Tromey | 1 | -1/+1 |
2020-10-17 | Have partial symbol tables own psymbol vectors | Tom Tromey | 1 | -14/+15 |
2020-09-14 | gdb: add type::has_varargs / type::set_has_varargs | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: add type::target_is_stub / type::set_target_is_stub | Simon Marchi | 1 | -2/+3 |
2020-09-14 | gdb: add type::has_no_signedness / type::set_has_no_signedness | Simon Marchi | 1 | -1/+1 |
2020-07-12 | gdb: add accessors to struct dynamic_prop | Simon Marchi | 1 | -1/+1 |
2020-06-26 | Fix --enable-libctf and --disable-static | Nick Alcock | 1 | -0/+13 |
2020-06-08 | gdb: add field::type / field::set_type | Simon Marchi | 1 | -4/+4 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: add type::fields / type::set_fields | Simon Marchi | 1 | -4/+4 |
2020-05-22 | gdb: add type::num_fields / type::set_num_fields | Simon Marchi | 1 | -2/+2 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -3/+3 |
2020-05-15 | Remove allocate_symbol et al | Tom Tromey | 1 | -3/+3 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: add type::code / type::set_code | Simon Marchi | 1 | -4/+4 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -2/+2 |
2020-04-01 | Change how complex types are created | Tom Tromey | 1 | -1/+1 |
2020-03-06 | [gdb,testsuite,doc,NEWS] Fix "the the". | Tom de Vries | 1 | -1/+1 |
2020-01-26 | Two minor changes in ctfread.c | Tom Tromey | 1 | -9/+3 |
2020-01-26 | Virtualize "readin" and "compunit_symtab" | Tom Tromey | 1 | -2/+2 |
2020-01-26 | Introduce partial_symtab::expand_psymtab method | Tom Tromey | 1 | -8/+7 |
2020-01-26 | Introduce partial_symtab::read_symtab method | Tom Tromey | 1 | -26/+38 |
2020-01-26 | Turn start_psymtab_common into a constructor | Tom Tromey | 1 | -1/+1 |
2020-01-26 | Change some psymtab fields to bool | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-27 | Make symbol_set_names a member function | Christian Biesinger | 1 | -4/+4 |