Age | Commit message (Expand) | Author | Files | Lines |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -25/+24 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -7/+7 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -5/+6 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+1 |
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 | -1/+4 |
2021-04-17 | Let expand_symtabs_matching short-circuit | Tom Tromey | 1 | -5/+7 |
2021-04-02 | gdb: use std::string in partial_symtab::partial_symtab / allocate_symtab | Simon Marchi | 1 | -6/+5 |
2021-03-26 | Use function view in quick_symbol_functions::map_symbol_filenames | Tom Tromey | 1 | -3/+3 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -4/+2 |
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 |