Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -8/+4 |
2017-04-12 | Change find_pcs_for_symtab_line to return a std::vector | Tom Tromey | 1 | -6/+5 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+1 |
2017-02-24 | symtab.c: Small refactor | Pedro Alves | 1 | -15/+3 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -189/+98 |
2017-02-09 | Fix NULL pointer dereference | Gary Benson | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -58/+29 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -81/+13 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -1/+1 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -93/+14 |