summaryrefslogtreecommitdiff
path: root/gdb/f-lang.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi
2023-06-09Use scoped_value_mark in two more placesTom Tromey
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess
2023-03-18Use type allocator for array typesTom Tromey
2023-03-18Use type allocator for range typesTom Tromey
2023-03-18Unify arch_float_type and init_float_typeTom Tromey
2023-03-18Unify arch_boolean_type and init_boolean_typeTom Tromey
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey
2023-03-18Remove arch_typeTom Tromey
2023-03-18Reuse existing builtin typesTom Tromey
2023-02-13Remove deprecated_lval_hackTom Tromey
2023-02-13Turn various value copying-related functions into methodsTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn value_zero into static "constructor"Tom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey
2023-02-13Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
2022-08-04Use registry in gdbarchTom Tromey
2022-04-11gdb/fortran: rewrite intrinsic handling and add some missing overloadsNils-Christian Kempke
2022-04-11gdb/fortran: Change GDB print for fortran default typesNils-Christian Kempke
2022-04-11gdb/fortran: clean-up Fortran intrinsic typesNils-Christian Kempke
2022-04-11gdb/fortran: change default logical type to builtin_logicalNils-Christian Kempke
2022-04-11gdb/fortran: reformat build_fortran_types in f-lang.cNils-Christian Kempke
2022-04-11gdb/fortran: fix complex type in Fortran builtin typesNils-Christian Kempke
2022-04-11gdb/f-lang: remove hidden ^L charactersNils-Christian Kempke
2022-04-11gdb/f-lang: add Integer*1 to Fortran builtin typesNils-Christian Kempke
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki
2022-01-19Respect `set print repeats' with Fortran arraysMaciej W. Rozycki
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-04-07gdb/fortran: handle dynamic types within arrays and structuresAndrew Burgess
2021-03-09gdb/fortran: Add 'LOC' intrinsic support.Felix Willgerodt
2021-03-09gdb/fotran: add support for the 'shape' keywordAndrew Burgess
2021-03-09gdb/fortran: add support for 'SIZE' keywordAndrew Burgess
2021-03-09gdb/fortran: add support for RANK keywordAndrew Burgess
2021-03-08Remove EVAL_SKIPTom Tromey
2021-03-08Remove union exp_elementTom Tromey
2021-03-08Remove now-unused Fortran evaluator codeTom Tromey
2021-03-08Implement fortran_allocated_operationTom Tromey