summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)Author
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Fix PR 22567: set SAL .section in minsym_foundYao Qi
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves
2017-11-08Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-09-27Constify some linespec functionsTom Tromey
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves
2017-09-20Fix "list ambiguous_variable"Pedro Alves
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Use gdb::def_vector in create_sals_line_offsetTom Tromey
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-07-17A smarter linespec completerPedro Alves
2017-07-17Linespec lexing and C++ operatorsPedro Alves
2017-07-17Explicit locations -label completerPedro Alves
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves
2016-10-06Remove Java supportTom Tromey
2016-07-14Remove unused variablesTom Tromey
2016-05-10fix up two issues with the removal of unused variablesTrevor Saunders
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-21Add two missing constsSimon Marchi
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz
2015-08-11Explicit locations: add UI features for CLIKeith Seitz
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz
2015-08-11Explicit locations: introduce probe locationsKeith Seitz