Remove path name from test case
[binutils-gdb.git] / gdb / f-lang.c
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-06-09 Tom TromeyUse scoped_value_mark in two more places
2023-06-05 Andrew Burgessgdb: building inferior strings from within GDB
2023-03-18 Tom TromeyUse type allocator for array types
2023-03-18 Tom TromeyUse type allocator for range types
2023-03-18 Tom TromeyUnify arch_float_type and init_float_type
2023-03-18 Tom TromeyUnify arch_boolean_type and init_boolean_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove arch_type
2023-03-18 Tom TromeyReuse existing builtin types
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyTurn various value copying-related functions into methods
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_zero into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyConvert value_lval_const and deprecated_lval_hack to...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn value_type into method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-04 Tom TromeyUse registry in gdbarch
2022-04-11 Nils-Christian Kempkegdb/fortran: rewrite intrinsic handling and add some...
2022-04-11 Nils-Christian Kempkegdb/fortran: Change GDB print for fortran default types
2022-04-11 Nils-Christian Kempkegdb/fortran: clean-up Fortran intrinsic types
2022-04-11 Nils-Christian Kempkegdb/fortran: change default logical type to builtin_logical
2022-04-11 Nils-Christian Kempkegdb/fortran: reformat build_fortran_types in f-lang.c
2022-04-11 Nils-Christian Kempkegdb/fortran: fix complex type in Fortran builtin types
2022-04-11 Nils-Christian Kempkegdb/f-lang: remove hidden ^L characters
2022-04-11 Nils-Christian Kempkegdb/f-lang: add Integer*1 to Fortran builtin types
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-19 Maciej W. RozyckiRespect `set print array-indexes' with Fortran arrays
2022-01-19 Maciej W. RozyckiRespect `set print repeats' with Fortran arrays
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-06-25 Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-07 Andrew Burgessgdb/fortran: handle dynamic types within arrays and...
2021-03-09 Felix Willgerodtgdb/fortran: Add 'LOC' intrinsic support.
2021-03-09 Andrew Burgessgdb/fotran: add support for the 'shape' keyword
2021-03-09 Andrew Burgessgdb/fortran: add support for 'SIZE' keyword
2021-03-09 Andrew Burgessgdb/fortran: add support for RANK keyword
2021-03-08 Tom TromeyRemove EVAL_SKIP
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyRemove now-unused Fortran evaluator code
2021-03-08 Tom TromeyImplement fortran_allocated_operation
2021-03-08 Tom TromeyImplement Fortran associated operations
2021-03-08 Tom TromeyIntroduce classes for Fortran bound intrinsics
2021-03-08 Tom TromeyIntroduce fortran_undetermined
2021-03-08 Tom TromeyImplement several Fortran operations
2021-03-08 Tom TromeySplit out eval_op_f_allocated
2021-03-08 Tom TromeySplit out fortran_require_array
2021-03-08 Tom TromeySplit out eval_op_f_kind
2021-03-08 Tom TromeySplit out eval_op_f_cmplx
2021-03-08 Tom TromeySplit out eval_op_f_modulo
2021-03-08 Tom TromeySplit out eval_op_f_floor
2021-03-08 Tom TromeySplit out eval_op_f_ceil
2021-03-08 Tom TromeySplit out eval_op_f_mod
2021-03-08 Tom TromeySplit out eval_op_f_abs
2021-02-25 Andrew Burgessgdb/fortran: don't access non-existent type fields
2021-02-25 Andrew Burgessgdb/fortran: add support for ASSOCIATED builtin
2021-02-12 Andrew Burgessgdb/fortran: support ALLOCATED builtin
2021-02-10 Andrew Burgessgdb/fortran: add parser support for lbound and ubound
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-08 Andrew Burgessgdb/fortran: Correct the lval type for array elements...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-24 Andrew Burgessgdb: avoid resolving dynamic properties for non-allocat...
2020-12-16 Tom TromeyClean up arguments to evaluate_subexp_do_call
2020-12-09 Simon Marchigdb: make get_discrete_bounds return bool
2020-11-30 Tom TromeyRemove per-language op_name functions
2020-11-19 Simon Marchigdb: fix format string warnings in f-lang.c
2020-11-19 Andrew Burgessgdb/fortran: Add support for Fortran array slices at...
2020-11-13 Andrew Burgessgdb: delete a couple of declarations from f-lang.h
2020-11-12 Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-11-06 Andrew Burgessgdb: fix debug expression dumping of function call...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-23 Andrew Burgessgdb: move f_language class into a header file
2020-10-23 Andrew Burgessgdb: Rename language_defn::demangle
2020-10-22 Andrew Burgessgdb/fortran: add support for parsing array strides...
2020-10-22 Andrew Burgessgdb: rename 'enum range_type' to 'enum range_flag'
2020-10-22 Andrew Burgessgdb: Convert enum range_type to a bit field enum
2020-09-19 Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-09-16 Andrew Burgessgdb: Remove language_data struct
2020-09-16 Andrew Burgessgdb: Convert language_data::la_op_print_tab to a method
2020-09-16 Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16 Andrew Burgessgdb: Convert language_data::la_varobj_ops to a method
2020-09-16 Andrew Burgessgdb: Convert language_data::la_macro_expansion to a...
2020-09-16 Andrew Burgessgdb: Convert language_data::la_array_ordering to a...
2020-09-16 Andrew Burgessgdb: Convert language_data::la_case_sensitivity to...
2020-09-16 Andrew Burgessgdb: Convert language_data::la_range_check to a method
2020-09-16 Andrew Burgessgdb: Convert la_store_sym_names_in_linkage_form_p to...
2020-09-16 Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16 Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-16 Andrew Burgessgdb: Move la_language into the language_defn class
2020-09-16 Andrew Burgessgdb: Convert la_filename_extensions to a method
2020-09-16 Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-16 Andrew Burgessgdb: Convert la_name_of_this to a method
2020-09-16 Andrew Burgessgdb: Convert la_struct_too_deep_ellipsis to a method
next