summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
* Add new search_symbols_multiple APIKeith Seitz2018-08-291-1/+46
* Use block_symbol in linespec APIsKeith Seitz2018-08-291-80/+93
* Remove VEC definitions from linespec.cKeith Seitz2018-08-291-7/+0
* Change decode_compound_collector to use std::vectorKeith Seitz2018-08-291-64/+21
* Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz2018-08-291-80/+54
* Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz2018-08-291-27/+27
* Change `function_symbols' to std::vectorKeith Seitz2018-08-291-77/+91
* Change `file_symtabs' to std::vectorKeith Seitz2018-08-291-66/+52
* Avoid -Wnarrowing warnings from quote_char()Tom Tromey2018-08-271-1/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* "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