Remove path name from test case
[binutils-gdb.git] / gdb / d-lang.c
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_character_type and init_character_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyReuse existing builtin types
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-09 Tom TromeyAllow 'ptype/o' for assembly
2022-08-04 Tom TromeyUse registry in gdbarch
2022-05-10 Pedro AlvesAlways pass an explicit language down to c_type_print
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyRemove now-unused C evaluator code
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-25 Tom TromeyDo not include parser-defs.h from c-lang.h
2020-11-12 Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-10-23 Andrew Burgessgdb: Rename language_defn::demangle
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
2020-09-14 Pedro AlvesUse type_instance_flags more throughout
2020-09-14 Tom TromeyApply 'const' in more places
2020-06-23 Andrew Burgessgdb: Convert language la_is_string_type_p field to...
2020-06-23 Andrew Burgessgdb: Convert language la_print_typedef field to a method
2020-06-23 Andrew Burgessgdb: Convert language la_printstr field to a method
2020-06-23 Andrew Burgessgdb: Convert language la_printchar field to a method
2020-06-23 Andrew Burgessgdb: Convert language la_emitchar field to a method
2020-06-23 Andrew Burgessgdb: Convert language la_post_parser field to a method
2020-06-23 Andrew Burgessgdb: Convert language la_parser field to a method
2020-06-17 Andrew Burgessgdb: Convert language la_lookup_symbol_nonlocal field...
2020-06-17 Andrew Burgessgdb: Convert language la_value_print_inner field to...
2020-06-17 Andrew Burgessgdb: Convert language la_value_print field to a method
2020-06-17 Andrew Burgessgdb: Convert language la_watch_location_expression...
2020-06-17 Andrew Burgessgdb: Convert language la_collect_symbol_completion_matc...
2020-06-17 Andrew Burgessgdb: Convert language la_word_break_characters field...
2020-06-17 Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-06-17 Andrew Burgessgdb: Convert language la_compute_program field to a...
2020-06-17 Andrew Burgessgdb: Convert language la_class_name_from_physname field...
2020-06-02 Andrew Burgessgdb: Convert language skip_trampoline field to a method
2020-06-02 Andrew Burgessgdb: Convert language la_demangle field to a method
2020-06-02 Andrew Burgessgdb: Convert language la_print_type field to a method
2020-06-02 Andrew Burgessgdb: Convert language la_sniff_from_mangled_name field...
2020-06-02 Andrew Burgessgdb: Convert language la_search_name_hash field to...
2020-06-02 Andrew Burgessgdb: Convert language la_get_compile_instance field...
2020-06-02 Andrew Burgessgdb: Convert language la_iterate_over_symbols field...
2020-06-02 Andrew Burgessgdb: Convert language la_lookup_transparent_type field...
2020-06-02 Andrew Burgessgdb: Convert language la_language_arch_info field to...
2020-06-02 Andrew Burgessgdb: Convert language la_pass_by_reference field to...
2020-06-02 Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-06-02 Andrew Burgessgdb: Convert language la_print_array_index field to...
2020-06-02 Andrew Burgessgdb: Represent all languages as sub-classes of language...
2020-04-01 Tom TromeyChange how complex types are created
2020-03-14 Tom TromeyRemove val_print
2020-03-14 Tom TromeyConvert D printing to value-based API
2020-03-14 Tom TromeyIntroduce la_value_print_inner
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-05 Tom TromeyRemove la_get_string member
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-04-29 Andrew Burgessgdb: Introduce new language field la_is_string_type_p
2019-04-29 Andrew Burgessgdb: Introduce new language field la_struct_too_deep_el...
2019-04-12 Andrew Burgessgdb: Remove LANG_MAGIC
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-18 Tom TromeyRemove la_error
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-05-20 Tom TromeyUse watchpoint's language when re-parsing expression
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-09-06 Ulrich WeigandAdd missing format for built-in floating-point types
2016-06-24 Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24 Tom TromeyMove filename extensions into language_defn
2016-04-22 Pedro AlvesCentralize yacc interface names remapping (yyparse...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-08-13 Iain Buclaw[D] Support looking up symbols in the current and impor...
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12 Tom Tromeythe "compile" command
2014-10-15 Iain BuclawRemove d-support.c and use gdb_demangle for demangling...
next