Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-09 | Use gdb::def_vector in create_sals_line_offset | Tom Tromey | 1 | -8/+3 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -8/+4 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -143/+109 |
2017-07-17 | A smarter linespec completer | Pedro Alves | 1 | -30/+598 |
2017-07-17 | Linespec lexing and C++ operators | Pedro Alves | 1 | -6/+83 |
2017-07-17 | Explicit locations -label completer | Pedro Alves | 1 | -40/+159 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -6/+25 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -3/+2 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -2/+4 |
2017-04-12 | Change linespec_result::location to be an event_location_up | Tom Tromey | 1 | -5/+5 |
2017-04-12 | Add a constructor and destructor to linespec_result | Tom Tromey | 1 | -31/+4 |
2017-04-12 | Change find_pcs_for_symtab_line to return a std::vector | Tom Tromey | 1 | -6/+2 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -16/+11 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+2 |
2017-03-22 | Wrap locally used classes in anonymous namespace | Yao Qi | 1 | -0/+8 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -177/+136 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -4/+24 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -29/+24 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 1 | -6/+3 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -6/+0 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -2/+1 |
2016-05-10 | fix up two issues with the removal of unused variables | Trevor Saunders | 1 | -0/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-21 | Fix regression introduced in "break *<EXPR>" by explicit location patches. | Joel Brobecker | 1 | -3/+21 |
2016-01-19 | Limit breakpoint re-set to the current program space | Pedro Alves | 1 | -25/+57 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |