Age | Commit message (Expand) | Author | Files | Lines |
2022-02-25 | gdb: add operator+= and operator+ overload for std::string | Andrew Burgess | 1 | -3/+3 |
2022-02-06 | gdb: remove SYMTAB_LANGUAGE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: add compunit_symtab::add_filetab method | Simon Marchi | 1 | -10/+1 |
2022-02-06 | gdb: add getter/setter for compunit_symtab::objfile | Simon Marchi | 1 | -4/+4 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -2/+2 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -2/+2 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -4/+4 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -14/+14 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use gdb_stdlog for separate debug file logging | Tom Tromey | 1 | -10/+13 |
2021-12-07 | [gdb/symtab] Support -readnow during reread | Tom de Vries | 1 | -2/+15 |
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 |