aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-lang.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28gdb/fortran: Implement la_print_typedef for FortranAndrew Burgess1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-05-21gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptrAndrew Burgess1-2/+10
2019-05-18gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floatsAndrew Burgess1-2/+2
2019-04-30gdb/fortran: Print 'void' type in lower caseAndrew Burgess1-1/+1
2019-04-30gdb/fortran: Additional builtin proceduresAndrew Burgess1-5/+175
2019-04-30gdb/fortran: Introduce fortran-operator.def fileAndrew Burgess1-6/+125
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+12
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-1/+2
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-2/+1
2019-04-06Revert the header-sorting patchTom Tromey1-15/+12
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-12/+15
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-14/+0
2019-03-06gdb/fortran: Add support for the ABS intrinsic functionAndrew Burgess1-0/+39
2019-03-06gdb/fortran: Use TYPE_CODE_CHAR for character typesAndrew Burgess1-1/+1
2019-03-06gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess1-0/+4
2019-03-06gdb/fortran: Add Fortran 'kind' intrinsic and keywordAndrew Burgess1-2/+37
2019-03-06gdb/fortran: Add new function to evaluate Fortran expressionsAndrew Burgess1-1/+21
2019-03-06Fortran function calls with argumentsRichard Bunt1-0/+38
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+3
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+1
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-20Make language_def O(1)Pedro Alves1-3/+1
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-1/+2
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-5/+7
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+1
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand1-3/+3
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+7
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+8
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+1
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-0/+2
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey1-2/+2