Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | Add file offsets to the source cache | Tom Tromey | 1 | -10/+0 |
2019-07-24 | Allow passing a block to lookup_global_symbol_from_objfile | Christian Biesinger | 1 | -1/+4 |
2019-07-18 | Constify main_name | Tom Tromey | 1 | -5/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-03-24 | Remove null_block_symbol | Tom Tromey | 1 | -4/+0 |
2019-03-15 | Change minimal_symbol inheritance | Tom Tromey | 1 | -31/+18 |
2019-02-12 | Make symtab.c better styled. | Philippe Waroquiers | 1 | -0/+8 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-10 | Change symbol_set_names to take an objfile_per_bfd_storage | Tom Tromey | 1 | -3/+5 |
2019-01-09 | Remove ALL_COMPUNIT_FILETABS | Tom Tromey | 1 | -3/+10 |
2019-01-08 | gdb: Move declarations from symtab.h to source.h | Andrew Burgess | 1 | -24/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-27 | Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var... | Philippe Waroquiers | 1 | -1/+6 |
2018-10-26 | Remove DEF_VECs from symtab.h | Tom Tromey | 1 | -6/+0 |
2018-09-06 | compile: Remove non-const reference parameters | Simon Marchi | 1 | -1/+1 |
2018-08-29 | Add new search_symbols_multiple API | Keith Seitz | 1 | -0/+43 |
2018-08-29 | Use block_symbol in linespec APIs | Keith Seitz | 1 | -1/+1 |
2018-08-23 | Introduce find_function_entry_range_from_pc and use it in infrun.c | Kevin Buettner | 1 | -1/+20 |
2018-08-23 | Add support for non-contiguous blocks to find_pc_partial_function | Kevin Buettner | 1 | -4/+36 |
2018-06-29 | "break LINENO/*ADDRESS", inline functions and "info break" output | Pedro Alves | 1 | -2/+13 |
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 |