summaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary includes from *-exp.yTom Tromey2023-03-201-3/+0
* Use type allocator for array typesTom Tromey2023-03-181-3/+3
* Use type allocator for range typesTom Tromey2023-03-181-3/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* [gdb/fortran] Fix literal truncationTom de Vries2022-06-041-16/+15
* Remove "typedef enum ..."Tom Tromey2022-04-281-1/+1
* gdb/fortran: rewrite intrinsic handling and add some missing overloadsNils-Christian Kempke2022-04-111-86/+229
* gdb/fortran: rename f77_keywords to f_keywordsNils-Christian Kempke2022-04-111-2/+2
* gdb/fortran: clean-up Fortran intrinsic typesNils-Christian Kempke2022-04-111-17/+33
* gdb/fortran: fix complex type in Fortran builtin typesNils-Christian Kempke2022-04-111-13/+13
* gdb/f-lang: add Integer*1 to Fortran builtin typesNils-Christian Kempke2022-04-111-1/+3
* Fix undefined behavior in the Fortran, Go and Pascal number parsersPedro Alves2022-04-081-4/+4
* gdb/fortran: add support for accessing fields of extended typesBernhard Heckel2022-04-081-2/+5
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* 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