summaryrefslogtreecommitdiff
path: root/gdb/f-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid assertion failure due to complex type changeTom Tromey2020-04-021-2/+7
* Change how complex types are createdTom Tromey2020-04-011-6/+3
* Remove val_printTom Tromey2020-03-131-1/+0
* Introduce f_value_print_innnerTom Tromey2020-03-131-1/+1
* Introduce la_value_print_innerTom Tromey2020-03-131-0/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+2
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* Remove la_get_string memberTom Tromey2019-11-051-1/+0
* gdb/fortran: Allow for matching symbols with missing scopeAndrew Burgess2019-10-031-2/+2
* gdb/fortran: Implement la_print_typedef for FortranAndrew Burgess2019-08-281-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptrAndrew Burgess2019-05-211-2/+10
* gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floatsAndrew Burgess2019-05-181-2/+2
* gdb/fortran: Print 'void' type in lower caseAndrew Burgess2019-04-301-1/+1
* gdb/fortran: Additional builtin proceduresAndrew Burgess2019-04-301-5/+175
* gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess2019-04-301-6/+125
* gdb: Introduce new language field la_is_string_type_pAndrew Burgess2019-04-291-0/+12
* gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess2019-04-291-1/+2
* gdb: Remove LANG_MAGICAndrew Burgess2019-04-121-2/+1
* Revert the header-sorting patchTom Tromey2019-04-061-15/+12
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-12/+15
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-14/+0
* gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess2019-03-061-0/+39
* gdb/fortran: Use TYPE_CODE_CHAR for character typesAndrew Burgess2019-03-061-1/+1
* gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess2019-03-061-0/+4
* gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess2019-03-061-2/+37
* gdb/fortran: Add new function to evaluate Fortran expressionsAndrew Burgess2019-03-061-1/+21
* Fortran function calls with argumentsRichard Bunt2019-03-061-0/+38
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove la_errorTom Tromey2018-06-181-1/+0
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-1/+3
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-0/+1
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Make language_def O(1)Pedro Alves2017-07-201-3/+1
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-1/+2
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-5/+7
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+1
* -Wwrite-strings: Constify word break character arraysPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Add missing format for built-in floating-point typesUlrich Weigand2016-09-061-3/+3
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+7
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+8
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1