summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
...
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-291-0/+2
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-1/+1
* Remove "struct" keyword in range-based for loopsSimon Marchi2018-05-291-2/+2
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-4/+20
* Factor out minsym_found/find_function_start_sal overloadPedro Alves2018-04-261-19/+1
* Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves2018-04-261-15/+45
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-261-3/+23
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-0/+3
* Remove typep and VEC(typep) from linespec.cTom Tromey2018-04-051-25/+10
* More use of std::vector in linespec.cTom Tromey2018-04-051-32/+20
* Remove a string copy from event_location_to_salsTom Tromey2018-04-051-7/+1
* Have filter_results take a std::vectorTom Tromey2018-04-051-16/+6
* Return std::string from canonical_to_fullformTom Tromey2018-04-051-63/+52
* Make copy_token_string return unique_xmalloc_ptrTom Tromey2018-04-051-65/+31
* Fix some indentation in linespec.cTom Tromey2018-04-051-70/+67
* Remove some cleanups from search_minsyms_for_nameTom Tromey2018-04-051-81/+51
* wrong line number in breakpoint locationJoel Brobecker2018-01-211-3/+0
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix PR 22567: set SAL .section in minsym_foundYao Qi2017-12-081-1/+2
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-11-291-0/+5
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-13/+38
* Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves2017-11-291-60/+19
* Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves2017-11-081-12/+20
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-68/+64
* Constify some linespec functionsTom Tromey2017-09-271-8/+10
* Make "list ambiguous" show symbol names tooPedro Alves2017-09-201-0/+2
* Fix "list ambiguous_variable"Pedro Alves2017-09-201-26/+38
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-6/+6
* Use gdb::def_vector in create_sals_line_offsetTom Tromey2017-09-091-8/+3
* Kill init_salPedro Alves2017-09-041-8/+4
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-143/+109
* A smarter linespec completerPedro Alves2017-07-171-30/+598
* Linespec lexing and C++ operatorsPedro Alves2017-07-171-6/+83
* Explicit locations -label completerPedro Alves2017-07-171-40/+159
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-6/+25
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-3/+2
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-2/+4
* Change linespec_result::location to be an event_location_upTom Tromey2017-04-121-5/+5
* Add a constructor and destructor to linespec_resultTom Tromey2017-04-121-31/+4
* Change find_pcs_for_symtab_line to return a std::vectorTom Tromey2017-04-121-6/+2
* Introduce event_location_upTom Tromey2017-04-121-16/+11
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+2
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-221-0/+8
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-177/+136
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-4/+24