Age | Commit message (Expand) | Author | Files | Lines |
2021-03-20 | Allow multiple partial symbol readers per objfile | Tom Tromey | 1 | -5/+0 |
2021-03-20 | Switch objfile to hold a list of psymbol readers | Tom Tromey | 1 | -2/+5 |
2021-03-20 | Introduce objfile::require_partial_symbols | Tom Tromey | 1 | -3/+1 |
2021-03-20 | Rearrange psymtab_storage construction | Tom Tromey | 1 | -2/+2 |
2021-03-20 | Attach partial symtab storage to psymbol_functions | Tom Tromey | 1 | -2/+2 |
2021-03-20 | Convert quick_symbol_functions to use methods | Tom Tromey | 1 | -2/+2 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -0/+2 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 1 | -14/+6 |
2021-03-20 | Change objfile_has_partial_symbols to a method | Tom Tromey | 1 | -1/+1 |
2021-01-12 | gdb: move read{now,never}_symbol_files declarations to symfile.h | Simon Marchi | 1 | -2/+8 |
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 | -30/+30 |
2020-10-29 | Change add_target_sections_of_objfile to method on program_space | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Change remove_target_sections to method on program_space | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -8/+8 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -2/+2 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -2/+2 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -8/+5 |
2020-09-19 | Use gdb_bfd_sections in generic_load | Tom Tromey | 1 | -16/+7 |
2020-09-19 | Use gdb_bfd_sections in symfile.c | Tom Tromey | 1 | -36/+17 |
2020-09-16 | gdb: Convert la_filename_extensions to a method | Andrew Burgess | 1 | -0/+1 |
2020-06-24 | Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch. | Philippe Waroquiers | 1 | -4/+6 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-05-20 | gdb: reset/recompute objfile section offsets in reread_symbols | Simon Marchi | 1 | -0/+8 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+1 |
2020-05-19 | Default gdb_bfd_open's fd parameter to -1 | Pedro Alves | 1 | -3/+3 |
2020-05-19 | gdb: make symfile_segment_data::segment_info an std::vector | Simon Marchi | 1 | -1/+3 |
2020-05-19 | gdb: use std::vector to store segments in symfile_segment_data | Simon Marchi | 1 | -9/+5 |
2020-05-19 | gdb: allocate symfile_segment_data with new | Simon Marchi | 1 | -21/+6 |
2020-05-15 | Ensure class_alias is only used for user-defined aliases. | Philippe Waroquiers | 1 | -2/+2 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -6/+6 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -14/+3 |
2020-04-14 | [gdb] Expand symbolless symtabs using maint expand-symtabs | Tom de Vries | 1 | -1/+1 |
2020-04-10 | Avoid infinite recursion in get_msymbol_address | Tom Tromey | 1 | -1/+1 |
2020-04-02 | [gdb] Use partial symbol table to find language for main | Tom de Vries | 1 | -10/+1 |
2020-03-04 | Introduce objfile::intern | Tom Tromey | 1 | -3/+1 |
2020-02-28 | [gdb] Don't set initial language using previous language | Tom de Vries | 1 | -3/+6 |
2020-02-26 | [gdb] Don't set initial language if set manually | Tom de Vries | 1 | -0/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Switch the inferior too in switch_to_program_space_and_thread | Pedro Alves | 1 | -0/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -54/+22 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -1/+1 |
2019-12-12 | Move free_all_objfiles to program_space | Tom Tromey | 1 | -1/+1 |
2019-12-12 | Make the objfile destructor private | Tom Tromey | 1 | -4/+4 |
2019-12-12 | Make add_separate_debug_objfile static | Tom Tromey | 1 | -4/+1 |
2019-12-12 | Make the objfile constructor private | Tom Tromey | 1 | -1/+1 |
2019-11-24 | Use bool in require_partial_symbols | Tom Tromey | 1 | -1/+1 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |