Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -3/+14 |
2018-04-26 | Factor out minsym_found/find_function_start_sal overload | Pedro Alves | 1 | -20/+25 |
2018-04-26 | Calling ifunc functions when resolver has debug info, user symbol same name | Pedro Alves | 1 | -0/+32 |
2018-04-17 | Don't print symbol declaration's line number in rbreak output | Andreas Arnez | 1 | -16/+19 |
2018-04-13 | Show line numbers in output for "info var/func/type" | Andreas Arnez | 1 | -0/+5 |
2018-03-20 | Fix misleading indentation error. | Stephen Roberts | 1 | -12/+12 |
2018-03-20 | Replace the linear search in find_pc_sect_line with a binary search. | Stephen Roberts | 1 | -11/+11 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -4/+4 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-08 | Return unique_xmalloc_ptr from macro scope functions | Tom Tromey | 1 | -6/+3 |
2018-01-10 | language_get_symbol_name_matcher -> get_symbol_name_matcher | Pedro Alves | 1 | -3/+2 |
2018-01-10 | Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) | Pedro Alves | 1 | -15/+1 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -14/+41 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-13 | Fix regression: expression completer and scope operator (PR gdb/22584) | Pedro Alves | 1 | -1/+1 |
2017-12-13 | Factor out final completion match string building | Pedro Alves | 1 | -47/+3 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -2/+9 |
2017-11-29 | Fix setting-breakpoints regression on PPC64 (function descriptors) | Pedro Alves | 1 | -4/+4 |
2017-11-17 | Make template_symbol derive from symbol | Tom Tromey | 1 | -1/+1 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+39 |
2017-11-08 | Make the linespec/location completer ignore data symbols | Pedro Alves | 1 | -3/+42 |
2017-11-08 | Simplify completion_list_add_name | remove sym_text / sym_text_len | Pedro Alves | 1 | -61/+29 |
2017-11-08 | lookup_name_info::make_ignore_params | Pedro Alves | 1 | -47/+18 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -48/+150 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+8 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -11/+3 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -4/+12 |
2017-11-04 | Replace start_rbreak_breakpoints and end_rbreak_breakpoints | Tom Tromey | 1 | -40/+8 |
2017-10-08 | Change search_symbols to return std::vector | Tom Tromey | 1 | -159/+45 |
2017-09-29 | Remove a cleanup from symtab.c | Tom Tromey | 1 | -8/+1 |
2017-09-27 | Constify some commands in symtab.c | Tom Tromey | 1 | -3/+3 |
2017-09-20 | Make "list ambiguous" show symbol names too | Pedro Alves | 1 | -0/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -19/+7 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -9/+9 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-21 | Handle function aliases better (PR gdb/19487, errno printing) | Pedro Alves | 1 | -0/+19 |
2017-07-25 | Catch exceptions thrown from gdbarch_skip_prologue | Yao Qi | 1 | -1/+2 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -3/+15 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -2/+2 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -181/+91 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -10/+0 |
2017-07-17 | Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache) | Pedro Alves | 1 | -87/+13 |
2017-07-14 | Make gdb.lookup_typename work for Rust types | Tom Tromey | 1 | -1/+2 |
2017-07-14 | Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index | Pedro Alves | 1 | -23/+9 |
2017-06-27 | completion_list_add_name wrapper functions | Pedro Alves | 1 | -14/+26 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -27/+15 |