Age | Commit message (Expand) | Author | Files | Lines |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -1/+19 |
2018-04-26 | Factor out minsym_found/find_function_start_sal overload | Pedro Alves | 1 | -2/+11 |
2018-04-26 | Eliminate find_pc_partial_function_gnu_ifunc | Pedro Alves | 1 | -5/+0 |
2018-04-26 | Fix setting breakpoints on ifunc functions after they're already resolved | Pedro Alves | 1 | -0/+1 |
2018-04-26 | Calling ifunc functions when resolver has debug info, user symbol same name | Pedro Alves | 1 | -0/+3 |
2018-04-26 | Calling ifunc functions when target has no debug info but resolver has | Pedro Alves | 1 | -0/+11 |
2018-01-10 | Ada: make verbatim matcher override other language matchers (PR gdb/22670) | Pedro Alves | 1 | -1/+5 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -0/+25 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -7/+13 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -2/+2 |
2017-11-17 | Use an enum to represent subclasses of symbol | Tom Tromey | 1 | -8/+18 |
2017-11-17 | Make template_symbol derive from symbol | Tom Tromey | 1 | -8/+3 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+19 |
2017-11-15 | Include <array> to declare std::array<>. | John Baldwin | 1 | -0/+1 |
2017-11-08 | Make the linespec/location completer ignore data symbols | Pedro Alves | 1 | -0/+20 |
2017-11-08 | Simplify completion_list_add_name | remove sym_text / sym_text_len | Pedro Alves | 1 | -1/+0 |
2017-11-08 | lookup_name_info::make_ignore_params | Pedro Alves | 1 | -1/+14 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -17/+283 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+5 |
2017-10-08 | Change search_symbols to return std::vector | Tom Tromey | 1 | -9/+36 |
2017-09-20 | Make "list ambiguous" show symbol names too | Pedro Alves | 1 | -0/+1 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -12/+10 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -5/+0 |
2017-08-21 | Handle function aliases better (PR gdb/19487, errno printing) | Pedro Alves | 1 | -0/+7 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -0/+15 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -12/+19 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -3/+0 |
2017-07-14 | ax-gdb: Remove unnecessary gdbarch parameters | Simon Marchi | 1 | -2/+2 |
2017-04-12 | Change find_pcs_for_symtab_line to return a std::vector | Tom Tromey | 1 | -3/+3 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -19/+14 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -1/+1 |
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 | -2/+37 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -2/+2 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -3/+7 |
2016-02-23 | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 1 | -0/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-18 | Support software single step on ARM in GDBServer | Antoine Tremblay | 1 | -2/+0 |
2015-11-17 | Introduce null_block_symbol | Pedro Alves | 1 | -0/+4 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -2/+4 |
2015-10-26 | symtab.h (struct general_symbol_info> <ada_mangled>: Update comment. | Doug Evans | 1 | -1/+1 |
2015-09-18 | symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member. | Doug Evans | 1 | -5/+1 |
2015-09-15 | Fix PR/18564 - regression in showing __thread so extern variable | Philippe Waroquiers | 1 | -1/+7 |
2015-08-29 | symtab.h (struct symbol): Tweak comment. | Doug Evans | 1 | -5/+4 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+19 |
2015-08-15 | Add end_psymtab_common, have all debug info readers call it. | Doug Evans | 1 | -1/+1 |
2015-08-15 | Use macros for some enum bit field sizes. | Doug Evans | 1 | -12/+24 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -0/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -39/+47 |