Age | Commit message (Expand) | Author | Files | Lines |
2019-01-09 | Fix leak in linespec.c | Philippe Waroquiers | 1 | -0/+1 |
2019-01-02 | Remove cleanups from linespec.c | Tom Tromey | 1 | -86/+55 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Fix leak in linespec parser | Simon Marchi | 1 | -23/+15 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -13/+13 |
2018-08-29 | Add new search_symbols_multiple API | Keith Seitz | 1 | -1/+46 |
2018-08-29 | Use block_symbol in linespec APIs | Keith Seitz | 1 | -80/+93 |
2018-08-29 | Remove VEC definitions from linespec.c | Keith Seitz | 1 | -7/+0 |
2018-08-29 | Change decode_compound_collector to use std::vector | Keith Seitz | 1 | -64/+21 |
2018-08-29 | Change `minimal_symbols' to std::vector in linespec.c structures | Keith Seitz | 1 | -80/+54 |
2018-08-29 | Change `label_symbols' to std::vector in linespec.c structures | Keith Seitz | 1 | -27/+27 |
2018-08-29 | Change `function_symbols' to std::vector | Keith Seitz | 1 | -77/+91 |
2018-08-29 | Change `file_symtabs' to std::vector | Keith Seitz | 1 | -66/+52 |
2018-08-27 | Avoid -Wnarrowing warnings from quote_char() | Tom Tromey | 1 | -1/+1 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
2018-08-17 | Remove "repeat" argument from command_line_input | Tom Tromey | 1 | -1/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-29 | "break LINENO/*ADDRESS", inline functions and "info break" output | Pedro Alves | 1 | -0/+2 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-06-01 | Remove type_name_no_tag and rename type_name_no_tag_or_error | Tom Tromey | 1 | -1/+1 |
2018-05-29 | Remove "struct" keyword in range-based for loops | Simon Marchi | 1 | -2/+2 |
2018-05-25 | Remove interp_ui_out | Tom Tromey | 1 | -1/+1 |
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 | -4/+20 |
2018-04-26 | Factor out minsym_found/find_function_start_sal overload | Pedro Alves | 1 | -19/+1 |
2018-04-26 | Breakpoints, don't skip prologue of ifunc resolvers with debug info | Pedro Alves | 1 | -15/+45 |
2018-04-26 | Fix setting breakpoints on ifunc functions after they're already resolved | Pedro Alves | 1 | -3/+23 |
2018-04-26 | Calling ifunc functions when resolver has debug info, user symbol same name | Pedro Alves | 1 | -0/+3 |
2018-04-05 | Remove typep and VEC(typep) from linespec.c | Tom Tromey | 1 | -25/+10 |
2018-04-05 | More use of std::vector in linespec.c | Tom Tromey | 1 | -32/+20 |
2018-04-05 | Remove a string copy from event_location_to_sals | Tom Tromey | 1 | -7/+1 |
2018-04-05 | Have filter_results take a std::vector | Tom Tromey | 1 | -16/+6 |
2018-04-05 | Return std::string from canonical_to_fullform | Tom Tromey | 1 | -63/+52 |
2018-04-05 | Make copy_token_string return unique_xmalloc_ptr | Tom Tromey | 1 | -65/+31 |
2018-04-05 | Fix some indentation in linespec.c | Tom Tromey | 1 | -70/+67 |
2018-04-05 | Remove some cleanups from search_minsyms_for_name | Tom Tromey | 1 | -81/+51 |
2018-01-21 | wrong line number in breakpoint location | Joel Brobecker | 1 | -3/+0 |
2018-01-10 | language_get_symbol_name_matcher -> get_symbol_name_matcher | Pedro Alves | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | Fix PR 22567: set SAL .section in minsym_found | Yao Qi | 1 | -1/+2 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -0/+5 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -13/+38 |
2017-11-29 | Fix setting-breakpoints regression on PPC64 (function descriptors) | Pedro Alves | 1 | -60/+19 |
2017-11-08 | Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints | Pedro Alves | 1 | -12/+20 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -68/+64 |
2017-09-27 | Constify some linespec functions | Tom Tromey | 1 | -8/+10 |
2017-09-20 | Make "list ambiguous" show symbol names too | Pedro Alves | 1 | -0/+2 |
2017-09-20 | Fix "list ambiguous_variable" | Pedro Alves | 1 | -26/+38 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -6/+6 |