summaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use for-each more in gdbTom Tromey2021-12-081-23/+23
* gdb/fortran: handle dynamic types within arrays and structuresAndrew Burgess2021-04-071-4/+5
* gdb/fortran: Add 'LOC' intrinsic support.Felix Willgerodt2021-03-091-0/+4
* gdb/fotran: add support for the 'shape' keywordAndrew Burgess2021-03-091-0/+4
* gdb/fortran: add support for 'SIZE' keywordAndrew Burgess2021-03-091-0/+8
* gdb/fortran: add support for RANK keywordAndrew Burgess2021-03-091-0/+4
* Remove BINOP_ENDTom Tromey2021-03-081-37/+37
* Convert f-exp.y to use operationsTom Tromey2021-03-081-132/+225
* gdb/fortran: add support for ASSOCIATED builtinAndrew Burgess2021-02-251-0/+1
* gdb/fortran: add support for legacy .xor. operatorAndrew Burgess2021-02-251-0/+1
* gdb/fortran: support ALLOCATED builtinAndrew Burgess2021-02-121-0/+1
* gdb/fortran: add parser support for lbound and uboundAndrew Burgess2021-02-101-0/+18
* Extract symbol-writing function from parsersTom Tromey2021-02-051-26/+3
* gdb/fortran: add symbol base comparison operatorsAndrew Burgess2021-01-121-18/+18
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Avoid side effects in expression lexersTom Tromey2020-12-111-6/+4
* gdb: add tab completion of type field names for FortranAndrew Burgess2020-11-141-4/+47
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* gdb: move f_language class into a header fileAndrew Burgess2020-10-231-1/+1
* gdb/fortran: add support for parsing array strides in expressionsAndrew Burgess2020-10-221-0/+36
* gdb: Convert enum range_type to a bit field enumAndrew Burgess2020-10-221-5/+9
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb/fortran: Support for single/double type modifiersAndrew Burgess2019-12-041-1/+16
* gdb/fortran: Remove some dead code from the parserAndrew Burgess2019-08-221-11/+3
* gdb/fortran: Additional builtin proceduresAndrew Burgess2019-04-301-2/+11
* gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess2019-04-301-1/+1
* Make copy_name return std::stringTom Tromey2019-04-191-6/+6
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-1/+1
* Move type stack handling to a new classTom Tromey2019-04-041-11/+19
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-5/+5
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-21/+21
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-1/+1
* Remove paren_depth globalTom Tromey2019-04-041-0/+4
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-1/+1
* Turn parse_language into a methodTom Tromey2019-04-041-2/+2
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-8/+8
* More block constificationTom Tromey2019-03-241-1/+0
* gdb/fortran: Handle older TYPE*SIZE typenamesAndrew Burgess2019-03-061-0/+2
* gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess2019-03-061-1/+7
* gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess2019-03-061-0/+2
* gdb/fortran: Expand the set of types that support (kind=N)Andrew Burgess2019-03-061-0/+36
* gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess2019-03-061-1/+69
* gdb/fortran: Enable debugging of the Fortran parserAndrew Burgess2019-03-061-0/+2
* gdb/fortran: Simplify handling of Fortran dot operations and keywordsAndrew Burgess2019-03-061-52/+51
* gdb/fortran: Cleanup code for parsing logical constantsAndrew Burgess2019-03-061-16/+19
* Fix build failure with macOS bisonTom Tromey2019-01-081-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+5