Age | Commit message (Expand) | Author | Files | Lines |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -87/+87 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -5/+6 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -3/+4 |
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 | -0/+2 |
2021-04-17 | Let expand_symtabs_matching short-circuit | Tom Tromey | 1 | -0/+1 |
2021-03-26 | Use function view in quick_symbol_functions::map_symbol_filenames | Tom Tromey | 1 | -43/+36 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -4/+2 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 1 | -72/+34 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -7/+8 |
2021-02-10 | gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION | Andrew Burgess | 1 | -6/+15 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: move go_language class declaration into header file | Andrew Burgess | 1 | -1/+2 |
2020-12-13 | gdb: introduce new 'maint flush ' prefix command | Andrew Burgess | 1 | -2/+6 |
2020-11-12 | Fix Rust regression with -readnow | Tom Tromey | 1 | -18/+41 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -39/+39 |
2020-10-28 | [gdb/symtab] Fix language of frame without debug info | Tom de Vries | 1 | -0/+8 |
2020-10-27 | [gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtab | Tom de Vries | 1 | -6/+12 |
2020-10-27 | [gdb/symtab] Use early continue in find_pc_sect_compunit_symtab | Tom de Vries | 1 | -44/+50 |
2020-10-06 | gdb: handle unmapped overlays in find_pc_line | Andrew Burgess | 1 | -3/+12 |
2020-09-16 | gdb: Convert language_data::la_macro_expansion to a method | Andrew Burgess | 1 | -1/+1 |
2020-09-16 | gdb: Convert la_name and la_natural_name to methods | Andrew Burgess | 1 | -1/+1 |
2020-09-16 | gdb: Convert la_name_of_this to a method | Andrew Burgess | 1 | -3/+3 |
2020-07-06 | [gdb/symtab] Fix line-table end-of-sequence sorting | Tom de Vries | 1 | -6/+1 |
2020-06-17 | gdb: Convert language la_lookup_symbol_nonlocal field to a method | Andrew Burgess | 1 | -7/+6 |
2020-06-17 | gdb: Convert language la_collect_symbol_completion_matches field to a method | Andrew Burgess | 1 | -20/+7 |
2020-06-17 | gdb: Convert language la_get_symbol_name_matcher field to a method | Andrew Burgess | 1 | -2/+2 |
2020-06-14 | Handle Windows drives in rbreak paths | Hannes Domani | 1 | -0/+5 |
2020-06-02 | gdb: Convert language la_sniff_from_mangled_name field to a method | Andrew Burgess | 1 | -2/+2 |
2020-06-02 | gdb: Convert language la_search_name_hash field to a method | Andrew Burgess | 1 | -1/+1 |
2020-06-02 | gdb: Convert language la_lookup_transparent_type field to a method | Andrew Burgess | 1 | -1/+1 |
2020-05-24 | Don't remove C++ aliases from completions if symbol doesn't match | Pedro Alves | 1 | -5/+8 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -1/+1 |
2020-05-15 | Remove lookup_objfile_from_block | Tom Tromey | 1 | -31/+15 |
2020-05-15 | Remove allocate_symbol et al | Tom Tromey | 1 | -36/+0 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -9/+9 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -12/+4 |
2020-05-08 | Speed up psymbol reading by removing a copy | Tom Tromey | 1 | -6/+6 |
2020-04-24 | Remove symbol_get_demangled_name | Tom Tromey | 1 | -18/+3 |
2020-04-24 | Fix two latent Rust bugs | Tom Tromey | 1 | -0/+2 |
2020-04-24 | Convert symbol_set_demangled_name to a method | Tom Tromey | 1 | -15/+12 |
2020-04-23 | [gdb/symtab] Prefer def over decl (inter-CU case, with context) | Tom de Vries | 1 | -5/+11 |
2020-04-23 | [gdb/symtab] Prefer def over decl (inter-CU case) | Tom de Vries | 1 | -7/+27 |
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 | -12/+3 |
2020-04-14 | [gdb] Expand symbolless symtabs using maint expand-symtabs | Tom de Vries | 1 | -1/+1 |