aboutsummaryrefslogtreecommitdiff
path: root/gdb/go-exp.y
AgeCommit message (Expand)AuthorFilesLines
2019-04-19Make copy_name return std::stringTom Tromey1-25/+20
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-1/+1
2019-04-04Move completion parsing to parser_stateTom Tromey1-4/+4
2019-04-04Move arglist_len et al to parser_stateTom Tromey1-6/+6
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-20/+20
2019-04-04Move comma_terminates global to parser_stateTom Tromey1-1/+1
2019-04-04Remove paren_depth globalTom Tromey1-0/+4
2019-04-04Move expression_context_* globals to parser_stateTom Tromey1-3/+3
2019-04-04Turn parse_language into a methodTom Tromey1-1/+1
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-10/+10
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-28Remove some uses of VEC from parsersTom Tromey1-14/+10
2018-06-18Remove la_errorTom Tromey1-3/+3
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-6/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-28/+32
2017-09-06Remove last cleanups from go-exp.yTom Tromey1-10/+1
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-1/+1
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-4/+5
2017-04-12Use scoped_restore in more placesTom Tromey1-2/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-53/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-15/+17
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans1-3/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-122/+146
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-8/+9
2013-08-05remove msymbol_objfileTom Tromey1-3/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-6/+6
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey1-2/+2
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-3/+3
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-05-09 * go-exp.y (classify_name): Add missing assignment of fields ofDoug Evans1-2/+8
2012-04-25 Initial pass at Go language support.Doug Evans1-0/+1618