Age | Commit message (Expand) | Author | Files | Lines |
2025-02-25 | gdb: move "gdb:function_view" into quick-symbol.h typedefs | Simon Marchi | 1 | -10/+8 |
2024-12-12 | Lock bfd_stat and bfd_get_mtime | Tom Tromey | 1 | -3/+3 |
2024-12-06 | gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includes | Simon Marchi | 1 | -0/+1 |
2024-12-06 | gdb: Fix use-after-free when an objfile has no symbols to load | Guinevere Larsen | 1 | -0/+4 |
2024-12-03 | gdb: fix crash when GDB can't read an objfile | Guinevere Larsen | 1 | -3/+6 |
2024-11-25 | Convert static links to new hash table | Simon Marchi | 1 | -1/+1 |
2024-11-11 | Wrap help strings at 80 columns | Tom Tromey | 1 | -4/+5 |
2024-11-08 | gdb: make the error message for unreadable objfiles more informative | Guinevere Larsen | 1 | -2/+2 |
2024-09-24 | [gdb/symtab] Don't expand non-Ada CUs for info exceptions | Tom de Vries | 1 | -2/+4 |
2024-09-07 | gdb: add remove-symbol-file command completion | Andrew Burgess | 1 | -29/+85 |
2024-09-07 | gdb: deprecated filename_completer and associated functions | Andrew Burgess | 1 | -1/+1 |
2024-09-07 | gdb: split apart two different types of filename completion | Andrew Burgess | 1 | -2/+2 |
2024-08-19 | gdb: fix a target: prefix issue in find_separate_debug_file | Andrew Burgess | 1 | -18/+7 |
2024-08-19 | gdb: avoid '//' in filenames when searching for debuginfo | Andrew Burgess | 1 | -28/+13 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -3/+6 |
2024-08-12 | gdb: remove lookup_bound_minimal_symbol | Simon Marchi | 1 | -2/+1 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -4/+2 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -5/+5 |
2024-07-15 | gdb: pass program space to overlay_invalidate_all | Simon Marchi | 1 | -7/+5 |
2024-07-15 | gdb: pass program space to objfile::make | Simon Marchi | 1 | -2/+3 |
2024-07-15 | gdb: pass program space to objfiles_changed | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: pass program space to have_{full,partial}_symbols | Simon Marchi | 1 | -3/+5 |
2024-07-15 | gdb: pass program space to clear_current_source_symtab_and_line | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: pass program space to no_shared_libraries | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: split no_shared_libraries, command vs implementation | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -3/+3 |
2024-06-24 | Rename symtab::fullname | Tom Tromey | 1 | -1/+0 |
2024-06-11 | gdb: convert separate-debug-file to new(ish) debug scheme | Andrew Burgess | 1 | -29/+16 |
2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -1/+3 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -1/+1 |
2024-05-30 | gdb: remove unused includes in symfile.c | Simon Marchi | 1 | -9/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: move symbol_file_command declaration to symfile.h | Simon Marchi | 1 | -13/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{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-20 | Add obj_section::contains method | Tom Tromey | 1 | -2/+1 |
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 | -3/+2 |
2024-01-28 | Replace search_domain with domain_search_flags | Tom Tromey | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-08 | Lazy language setting | Tom Tromey | 1 | -5/+13 |
2024-01-08 | Remove two quick_symbol_functions methods | Tom Tromey | 1 | -4/+0 |
2023-12-11 | Use TARGET_SYSROOT_PREFIX in more places | Tom Tromey | 1 | -8/+10 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-11-20 | gdb: move all bfd_cache_close_all calls in gdb_bfd.c | Andrew Burgess | 1 | -1/+0 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: remove target_section_table typedef | Simon Marchi | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -5/+6 |
2023-10-05 | gdb: use objfile->pspace in free_objfile observers | Simon Marchi | 1 | -1/+1 |