]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/go-lang.c
gdb: Convert language la_read_var_value field to a method
[thirdparty/binutils-gdb.git] / gdb / go-lang.c
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-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-01  Tom TromeyChange how complex types are created
2020-03-14  Tom TromeyRemove val_print
2020-03-14  Tom TromeyConvert Go 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-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
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-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-18  Tom TromeyRemove la_error
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
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-10-13  Pedro AlvesMore char constification
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-03-06  Gary BensonNew common function "startswith"
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Tom Tromeythe "compile" command
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-07  Yao QiNew field 'la_natural_name' in struct language_defn
2013-10-25  Yao QiNew field la_varobj_ops in struct language_defn
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-17  Keith Seitz PR c++/13356
2012-04-25  Doug Evans Initial pass at Go language support.