Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | [gdb/symtab] Don't expand non-Ada CUs for info exceptions | Tom de Vries | 1 | -1/+3 |
2024-09-13 | Update more types for section index change | Tom Tromey | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -9/+8 |
2024-06-04 | Make bcache more type-safe | Tom Tromey | 1 | -4/+2 |
2024-06-04 | Some constification in psymtab | Tom Tromey | 1 | -31/+28 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-27 | Two minor addrmap cleanups | Tom Tromey | 1 | -1/+0 |
2024-02-15 | Move lookup_name_info creation into basic_lookup_transparent_type | Tom Tromey | 1 | -4/+6 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -2/+2 |
2024-01-28 | Use domain_search_flags in lookup_global_symbol_language | Tom Tromey | 1 | -27/+10 |
2024-01-28 | Replace search_domain with domain_search_flags | Tom Tromey | 1 | -7/+7 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-08 | Remove two quick_symbol_functions methods | Tom Tromey | 1 | -1/+0 |
2023-12-06 | Remove quick_symbol_functions::expand_matching_symbols | Tom Tromey | 1 | -104/+0 |
2023-11-21 | gdb: Use std::string_view instead of gdb::string_view | Lancelot Six | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-08-18 | Merge psympriv.h into psymtab.h | Tom Tromey | 1 | -7/+7 |
2023-08-14 | [gdb] Fix maint print symbols/psymbols help text | Tom de Vries | 1 | -2/+2 |
2023-03-28 | Rename "raw" to "unrelocated" | Tom Tromey | 1 | -2/+2 |
2023-03-28 | Use unrelocated_addr in psymbols | Tom Tromey | 1 | -2/+3 |
2023-03-28 | Use unrelocated_addr in partial symbol tables | Tom Tromey | 1 | -2/+2 |
2023-03-08 | Remove OBJF_REORDERED | Tom Tromey | 1 | -2/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Remove quick_symbol_functions::relocated | Tom Tromey | 1 | -69/+0 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-07-29 | gdb: introduce symtab_create_debug_printf | Simon Marchi | 1 | -7/+7 |
2022-06-12 | Remove psymtab_addrmap | Tom Tromey | 1 | -107/+1 |
2022-06-12 | Remove addrmap wrapper functions | Tom Tromey | 1 | -2/+1 |
2022-05-26 | gdb: Change psymbol_functions::require_partial_symbols to partial_symbols | Lancelot SIX | 1 | -20/+17 |
2022-04-27 | gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -4/+4 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -6/+6 |
2022-04-04 | gdb: remove assertion in psymbol_functions::expand_symtabs_matching | Simon Marchi | 1 | -6/+3 |
2022-03-29 | Remove unnecessary calls to wrap_here and gdb_flush | Tom Tromey | 1 | -1/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -104/+104 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -45/+45 |
2022-02-18 | Add constructor to bound_minimal_symbol | Tom Tromey | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetab | Simon Marchi | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -5/+5 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -5/+5 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -18/+12 |
2022-01-18 | Move gdb_regex 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 | -30/+16 |
2021-11-29 | [gdb/symtab] Fix segfault in search_one_symtab | Tom de Vries | 1 | -0/+2 |
2021-08-10 | Generalize addrmap dumping | Tom Tromey | 1 | -51/+5 |