Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-05-17 | Add support for the Rust language | Tom Tromey | 1 | -0/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -6/+1 |
2016-02-23 | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 1 | -1/+35 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | Introduce null_block_symbol | Pedro Alves | 1 | -0/+3 |
2015-10-26 | symtab.c: Add cast | Simon Marchi | 1 | -1/+1 |
2015-10-13 | More char constification | Pedro Alves | 1 | -2/+2 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -18/+28 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -23/+28 |
2015-09-18 | symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member. | Doug Evans | 1 | -3/+3 |
2015-09-15 | [ppc64le] Use skip_entrypoint for skip_trampoline_code | Jan Kratochvil | 1 | -0/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -9/+6 |
2015-08-10 | PR gdb/17960 Internal error: tracker != NULL when completing on file:function | Doug Evans | 1 | -5/+33 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -150/+156 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-06-26 | Do not skip prologue for asm (.S) files | Jan Kratochvil | 1 | -1/+11 |
2015-05-27 | PR symtab/18258 | Doug Evans | 1 | -24/+37 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -8/+0 |
2015-04-06 | symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as VAR_DOMAIN. | Doug Evans | 1 | -9/+20 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+3 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -32/+34 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -24/+24 |