aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
AgeCommit message (Expand)AuthorFilesLines
2020-10-23gdb: move f_language class into a header fileAndrew Burgess1-1/+1
2020-10-22gdb/fortran: add support for parsing array strides in expressionsAndrew Burgess1-0/+36
2020-10-22gdb: Convert enum range_type to a bit field enumAndrew Burgess1-5/+9
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04gdb/fortran: Support for single/double type modifiersAndrew Burgess1-1/+16
2019-08-22gdb/fortran: Remove some dead code from the parserAndrew Burgess1-11/+3
2019-04-30gdb/fortran: Additional builtin proceduresAndrew Burgess1-2/+11
2019-04-30gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess1-1/+1
2019-04-19Make copy_name return std::stringTom Tromey1-6/+6
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-1/+1
2019-04-04Move type stack handling to a new classTom Tromey1-11/+19
2019-04-04Move arglist_len et al to parser_stateTom Tromey1-5/+5
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-21/+21
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-1/+1
2019-04-04Turn parse_language into a methodTom Tromey1-2/+2
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-8/+8
2019-03-24More block constificationTom Tromey1-1/+0
2019-03-06gdb/fortran: Handle older TYPE*SIZE typenamesAndrew Burgess1-0/+2
2019-03-06gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess1-1/+7
2019-03-06gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess1-0/+2
2019-03-06gdb/fortran: Expand the set of types that support (kind=N)Andrew Burgess1-0/+36
2019-03-06gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess1-1/+69
2019-03-06gdb/fortran: Enable debugging of the Fortran parserAndrew Burgess1-0/+2
2019-03-06gdb/fortran: Simplify handling of Fortran dot operations and keywordsAndrew Burgess1-52/+51
2019-03-06gdb/fortran: Cleanup code for parsing logical constantsAndrew Burgess1-16/+19
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-6/+5
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-11/+18
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-6/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey1-8/+8
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-17/+18
2015-07-31Mostly trivial enum fixesSimon Marchi1-2/+2
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-8/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1