aboutsummaryrefslogtreecommitdiff
path: root/gdb/linespec.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Constify some linespec functionsTom Tromey1-8/+10
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-0/+2
2017-09-20Fix "list ambiguous_variable"Pedro Alves1-26/+38
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-6/+6
2017-09-09Use gdb::def_vector in create_sals_line_offsetTom Tromey1-8/+3
2017-09-04Kill init_salPedro Alves1-8/+4
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-143/+109
2017-07-17A smarter linespec completerPedro Alves1-30/+598
2017-07-17Linespec lexing and C++ operatorsPedro Alves1-6/+83
2017-07-17Explicit locations -label completerPedro Alves1-40/+159
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-6/+25
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves1-3/+2
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-2/+4
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey1-5/+5
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey1-31/+4
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey1-6/+2
2017-04-12Introduce event_location_upTom Tromey1-16/+11
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi1-0/+8
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-177/+136
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-4/+24
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-29/+24
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-6/+3
2016-10-06Remove Java supportTom Tromey1-6/+0
2016-07-14Remove unused variablesTom Tromey1-2/+1
2016-05-10fix up two issues with the removal of unused variablesTrevor Saunders1-0/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-3/+21
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-25/+57
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-18/+23
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+6
2015-09-21Add two missing constsSimon Marchi1-1/+1
2015-09-15[ppc64le] Use skip_entrypoint for skip_trampoline_codeJan Kratochvil1-0/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-42/+45
2015-08-11Explicit locations: add UI features for CLIKeith Seitz1-8/+17
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz1-137/+167
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-0/+5
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-115/+77
2015-08-11Explicit locations: use new location APIKeith Seitz1-45/+97
2015-08-11Explicit locations: introduce new struct event_location-based APIKeith Seitz1-0/+48
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+2
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-06-26Do not skip prologue for asm (.S) filesJan Kratochvil1-2/+20
2015-03-23Update comment of linespec_lexer_lex_keyword.Keith Seitz1-2/+1
2015-03-23Expand keyword lexing intelligence in the linespec parser.Keith Seitz1-20/+35
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+6