summaryrefslogtreecommitdiff
path: root/gdb/f-lang.h
AgeCommit message (Expand)Author
2022-08-04Use registry in gdbarchTom Tromey
2022-04-11gdb/fortran: clean-up Fortran intrinsic typesNils-Christian Kempke
2022-04-11gdb/fortran: fix complex type in Fortran builtin typesNils-Christian Kempke
2022-04-11gdb/f-lang: add Integer*1 to Fortran builtin typesNils-Christian Kempke
2022-04-08gdb/fortran: print fortran extended types with ptypeBernhard Heckel
2022-03-29Unify gdb puts functionsTom Tromey
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey
2021-03-08Remove union exp_elementTom Tromey
2021-03-08Remove now-unused Fortran evaluator codeTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-23gdb: remove LA_EMIT_CHAR macroAndrew Burgess
2020-11-19gdb/fortran: Add support for Fortran array slices at the GDB promptAndrew Burgess
2020-11-13gdb: delete a couple of declarations from f-lang.hAndrew Burgess
2020-10-23gdb: move f_language class into a header fileAndrew Burgess
2020-06-17gdb: Convert language la_value_print_inner field to a methodAndrew Burgess
2020-03-13Remove val_printTom Tromey
2020-03-13Introduce f_value_print_innnerTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-08-28gdb/fortran: Implement la_print_typedef for FortranAndrew Burgess
2019-03-29Allow really large fortran array bounds: fortran type/value printersKeith Seitz
2019-03-06gdb/fortran: Add builtin 8-byte integer type with (kind=8) supportAndrew Burgess
2019-03-06Fortran function calls with argumentsRichard Bunt
2019-02-07Normalize include guards in gdbTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-06-18Remove la_errorTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey
2012-09-26 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.Tom Tromey
2012-09-262012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey
2012-09-262012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey
2012-03-01 * valprint.c (val_print): Update.Tom Tromey
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-14gdb/Jan Kratochvil
2010-06-11gdbTom Tromey
2010-04-20gdb/ChangeLog:Sergio Durigan Junior