Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-12-20 | Address Tom Tromey's comments on the CTF reader. | Weimin Pan | 1 | -75/+70 |
2019-12-16 | Use a member function to set a symbol's language | Christian Biesinger | 1 | -2/+2 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 1 | -7/+7 |
2019-10-07 | gdb: Rename structures within ctfread.c | Andrew Burgess | 1 | -14/+14 |
2019-10-07 | gdb: CTF support | Weimin Pan | 1 | -0/+1486 |