aboutsummaryrefslogtreecommitdiff
path: root/gdb/m2-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 domain_search_flags in lookup_symbol et alTom Tromey1-5/+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-03-20Remove some unnecessary includes from *-exp.yTom Tromey1-3/+0
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/m2] Fix UB and literal truncationTom de Vries1-24/+23
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-15Use block_symbol in var_value_operationTom Tromey1-4/+3
2021-04-01Use startswith in gdb subfolder.Martin Liska1-2/+2
2021-03-08Convert m2-exp.y to use operationsTom Tromey1-122/+112
2021-02-05Extract symbol-writing function from parsersTom Tromey1-26/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Avoid side effects in expression lexersTom Tromey1-5/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-10-23gdb: move Modula2 language class into a header fileAndrew Burgess1-1/+1
2020-08-25gdb/modula-2: parsing of multi-subscript arraysGaius Mulley1-7/+6
2020-08-25Revert "Fix for Bug 26372 [Modula-2] Parsing of multi-subscript arrays"Andrew Burgess1-20/+25
2020-08-25Fix for Bug 26372 [Modula-2] Parsing of multi-subscript arraysGaius Mulley1-25/+20
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-2/+1
2019-04-19Make copy_name return std::stringTom Tromey1-17/+14
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-2/+2
2019-04-04Move arglist_len et al to parser_stateTom Tromey1-8/+8
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-11/+16
2019-04-04Turn parse_language into a methodTom Tromey1-2/+2
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-4/+4
2019-01-08Fix build failure with macOS bisonTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Remove la_errorTom Tromey1-3/+3
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-12/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-6/+10
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-7/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
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-59/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
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-20/+21
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1