Age | Commit message (Expand) | Author | Files | Lines |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 1 | -4/+5 |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -3/+3 |
2022-02-06 | gdb: remove COMPUNIT_DIRNAME macro, add getter/setter | Simon Marchi | 1 | -3/+2 |
2022-02-06 | gdb: remove COMPUNIT_PRODUCER macro, add getter/setter | Simon Marchi | 1 | -3/+2 |
2022-02-06 | gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_FILETABS macro | Simon Marchi | 1 | -3/+4 |
2022-02-06 | gdb: move compunit_filetabs to compunit_symtab::filetabs | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetab | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: add getter/setter for compunit_symtab::objfile | Simon Marchi | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -3/+3 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -3/+3 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-24 | Remove gdb_print_host_address | Tom Tromey | 1 | -29/+19 |
2021-12-20 | Remove print_spaces | Tom Tromey | 1 | -3/+3 |
2021-12-03 | gdb: small "maintenance info line-table" readability improvements | Simon Marchi | 1 | -6/+13 |
2021-04-27 | Fix timeout with maint print objfiles | Luis Machado | 1 | -5/+2 |
2021-04-17 | Add 'domain' parameter to expand_symtabs_matching | Tom Tromey | 1 | -0/+1 |
2021-04-17 | Add search_flags to expand_symtabs_matching | Tom Tromey | 1 | -0/+1 |
2021-03-20 | Move psymtab statistics printing to psymtab.c | Tom Tromey | 1 | -41/+8 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 1 | -21/+13 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -1/+1 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -2/+2 |
2021-02-05 | gdb: symmisc.c: remove std_{in,out,err} | Simon Marchi | 1 | -14/+0 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -3/+3 |
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 | -1/+1 |
2020-11-01 | Remove partial symbol statistics | Tom Tromey | 1 | -2/+19 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -73/+61 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -3/+3 |
2020-04-14 | [gdb] Expand symbolless symtabs using maint expand-symtabs | Tom de Vries | 1 | -6/+2 |
2020-03-25 | [gdb] Print user/includes fields for maint commands | Tom de Vries | 1 | -3/+51 |
2020-03-20 | Fix column alignment in "maint info line-table" | Tom Tromey | 1 | -12/+17 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -3/+7 |
2020-03-04 | Introduce objfile::intern | Tom Tromey | 1 | -7/+3 |
2020-01-24 | gdb: Include end of sequence markers in the line table | Andrew Burgess | 1 | -2/+6 |
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 | -2/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -7/+7 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+3 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-10-02 | Handle copy relocations | Tom Tromey | 1 | -3/+7 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -10/+5 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |