summaryrefslogtreecommitdiff
path: root/gdb/linespec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-29/+24
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-6/+3
* Remove Java supportTom Tromey2016-10-061-6/+0
* Remove unused variablesTom Tromey2016-07-141-2/+1
* fix up two issues with the removal of unused variablesTrevor Saunders2016-05-101-0/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-3/+21
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-25/+57
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-18/+23
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+6
* Add two missing constsSimon Marchi2015-09-211-1/+1
* [ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil2015-09-151-0/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-42/+45
* Explicit locations: add UI features for CLIKeith Seitz2015-08-111-8/+17
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-137/+167
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-0/+5
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-115/+77
* Explicit locations: use new location APIKeith Seitz2015-08-111-45/+97
* Explicit locations: introduce new struct event_location-based APIKeith Seitz2015-08-111-0/+48
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Do not skip prologue for asm (.S) filesJan Kratochvil2015-06-261-2/+20
* Update comment of linespec_lexer_lex_keyword.Keith Seitz2015-03-231-2/+1
* Expand keyword lexing intelligence in the linespec parser.Keith Seitz2015-03-231-20/+35
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+6
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-5/+12
* New common function "startswith"Gary Benson2015-03-061-6/+5
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+1