aboutsummaryrefslogtreecommitdiff
path: root/gdb/go-exp.y
AgeCommit message (Expand)AuthorFilesLines
2024-04-21Remove some alloca usesTom Tromey1-7/+2
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-28Use the new symbol domainsTom Tromey1-1/+1
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-4/+5
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-04gdb: merge error handling from different expression parsersAndrew Burgess1-4/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-2/+2
2023-08-14[gdb/build] Fix struct token odr violationTom de Vries1-4/+4
2023-08-14[gdb/build] Fix struct token_and_value odr violationTom de Vries1-5/+5
2023-05-23Add PARSER_DEBUG flagTom Tromey1-1/+1
2023-03-20Remove some unnecessary includes from *-exp.yTom Tromey1-3/+0
2023-02-17Avoid manual memory management in go-lang.cTom Tromey1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-06-04[gdb/go] Fix literal truncationTom de Vries1-66/+29
2022-04-08Fix undefined behavior in the Fortran, Go and Pascal number parsersPedro Alves1-7/+5
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-08Use for-each more in gdbTom Tromey1-13/+12
2021-04-15Use block_symbol in var_value_operationTom Tromey1-2/+1
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey1-1/+1
2021-03-08Remove BINOP_ENDTom Tromey1-13/+13
2021-03-08Convert go-exp.y to use operationsTom Tromey1-101/+112
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: move go_language class declaration into header fileAndrew Burgess1-1/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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