Age | Commit message (Expand) | Author | Files | Lines |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -5/+17 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -8/+6 |
2021-01-23 | Use std::vector for "registers_used" in compile feature | Tom Tromey | 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 | -16/+16 |
2020-07-28 | Demangle function names when disassembling | Andrew Burgess | 1 | -0/+8 |
2020-06-17 | gdb: Convert language la_lookup_symbol_nonlocal field to a method | Andrew Burgess | 1 | -10/+0 |
2020-06-17 | gdb: Convert language la_collect_symbol_completion_matches field to a method | Andrew Burgess | 1 | -7/+0 |
2020-05-24 | Don't remove C++ aliases from completions if symbol doesn't match | Pedro Alves | 1 | -2/+3 |
2020-05-15 | Remove lookup_objfile_from_block | Tom Tromey | 1 | -4/+0 |
2020-05-15 | Remove allocate_symbol et al | Tom Tromey | 1 | -8/+4 |
2020-05-08 | Speed up psymbol reading by removing a copy | Tom Tromey | 1 | -10/+7 |
2020-04-24 | Remove symbol_get_demangled_name | Tom Tromey | 1 | -3/+0 |
2020-04-24 | Convert symbol_set_demangled_name to a method | Tom Tromey | 1 | -4/+5 |
2020-04-01 | Avoid copying in lookup_name_info | Tom Tromey | 1 | -13/+42 |
2020-03-25 | [gdb] Print user/includes fields for maint commands | Tom de Vries | 1 | -0/+7 |
2020-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -0/+10 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -22/+3 |
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 | -17/+13 |
2019-12-16 | Use a member function to set a symbol's language | Christian Biesinger | 1 | -8/+4 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -4/+5 |
2019-12-04 | gdb/mi: Add -max-results parameter to some -symbol-info-* commands | Andrew Burgess | 1 | -7/+26 |
2019-12-04 | gdb: Split global symbol search into separate functions | Andrew Burgess | 1 | -0/+23 |
2019-11-27 | Precompute hash value for symbol_set_names | Christian Biesinger | 1 | -1/+3 |
2019-11-27 | Replace SYMBOL_SET_LINKAGE_NAME with a member function | Christian Biesinger | 1 | -9/+8 |
2019-11-27 | gdb: Split print_symbol_info into two parts | Andrew Burgess | 1 | -0/+8 |
2019-11-27 | gdb: Introduce global_symbol_searcher | Andrew Burgess | 1 | -11/+65 |
2019-11-26 | Demangle minsyms in parallel | Tom Tromey | 1 | -0/+10 |
2019-11-26 | Defer minimal symbol name-setting | Tom Tromey | 1 | -0/+4 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -40/+2 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -32/+41 |
2019-11-21 | Rename demangle.c to gdb-demangle.c, and some cleanup | Christian Biesinger | 1 | -1/+1 |
2019-11-18 | Don't use class-initialization for the owner union | Christian Biesinger | 1 | -1/+4 |
2019-11-13 | Remove symbol-related static asserts | Tom Tromey | 1 | -13/+0 |
2019-11-12 | Make struct symbol inherit from general_symbol_info | Christian Biesinger | 1 | -41/+51 |
2019-11-05 | Fix ARI warning in symtab.h | Christian Biesinger | 1 | -2/+2 |
2019-11-04 | Add static_asserts for the sizes of space-critical structs | Christian Biesinger | 1 | -0/+13 |
2019-10-31 | gdb: Add new commands to list module variables and functions | Andrew Burgess | 1 | -0/+16 |
2019-10-31 | gdb/fortran: Add new 'info modules' command | Andrew Burgess | 1 | -1/+4 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 1 | -3/+4 |
2019-10-29 | Only make a nullterminated string if we need to | Christian Biesinger | 1 | -1/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-02 | Handle copy relocations | Tom Tromey | 1 | -3/+39 |
2019-10-02 | Change SYMBOL_VALUE_ADDRESS to be an rvalue | Tom Tromey | 1 | -1/+3 |
2019-09-26 | Convert symtab.h function signatures to use bool instead of int | Christian Biesinger | 1 | -21/+21 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-09-11 | Change the type of copy_names from int to bool | Christian Biesinger | 1 | -1/+1 |
2019-09-10 | Simplify psym_map_matching_symbols | Tom Tromey | 1 | -0/+10 |
2019-09-10 | Change iterate_over_symbols to return bool | Tom Tromey | 1 | -1/+10 |