aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-exp.y
AgeCommit message (Expand)AuthorFilesLines
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-3/+3
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-4/+4
2022-02-06gdb: remove SYMTAB_BLOCKVECTOR macroSimon 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-10/+10
2021-04-15Use block_symbol in var_value_operationTom Tromey1-4/+2
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey1-1/+1
2021-03-08Remove BINOP_ENDTom Tromey1-15/+15
2021-03-08Convert p-exp.y to use operationsTom Tromey1-142/+125
2021-02-05Extract symbol-writing function from parsersTom Tromey1-26/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: move pascal_language into p-lang.hAndrew Burgess1-5/+6
2020-12-11Avoid side effects in expression lexersTom Tromey1-25/+23
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-53/+53
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+3
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-8/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-19Make copy_name return std::stringTom Tromey1-30/+39
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-2/+2
2019-04-04Move completion parsing to parser_stateTom Tromey1-3/+3
2019-04-04Move arglist_len et al to parser_stateTom Tromey1-4/+4
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-25/+25
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-10/+16
2019-04-04Turn parse_language into a methodTom Tromey1-3/+3
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-11/+11
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-10-04Simple -Wshadow=local fixesTom Tromey1-5/+4
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-10/+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-7/+28
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-6/+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-59/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+5
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-27/+33
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-04-21Fix pascal behavior for class fields with testcasePierre Muller1-4/+8
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
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-2/+2
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1