]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/language.c
gdb: Convert language la_lookup_transparent_type field to a method
[thirdparty/binutils-gdb.git] / gdb / language.c
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-05-26  Tom TromeyHandle indexing Ada arrays with enum indices
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-15  Tom TromeyRemove allocate_symbol et al
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-01  Tom TromeyAvoid copying in lookup_name_info
2020-03-14  Tom TromeyRemove val_print
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-27  Christian BiesingerMake symbol_set_names a member function
2019-12-20  Tankut Baris Aktemurinfcall, c++: allow more info to be computed for pass...
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-12-16  Christian BiesingerUse symbol_set_language to set a symbol's language
2019-11-12  Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-11-05  Tom TromeyRemove la_get_string member
2019-10-08  Christian BiesingerMove declaration of lang_frame_mismatch_warn to header.
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-05-12  Simon MarchiFix two langauge -> language typos
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-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-07  Philippe WaroquiersFix a (one shot small) leak in language.c
2018-11-03  Philippe WaroquiersOBVIOUS Remove a useless const char *type and its initi...
2018-06-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-06-18  Tom TromeyRemove la_error
2018-03-27  Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-01-10  Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-10  Pedro AlvesAda: make verbatim matcher override other language...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-29  Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-29  Pedro AlvesHandle custom completion match prefix / LCD
2017-11-24  Pedro AlvesMake strcmp_iw NOT ignore whitespace in the middle...
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08  Pedro AlvesPer-language symbol name hashing algorithm
2017-11-07  Tom TromeyConstify add_setshow_*
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-11  Tom TromeyConstify language_enum
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-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify word break character arrays
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Yao QiRemove parameter valaddr from la_val_print
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/language.c
2016-10-06  Tom TromeyRemove Java support
2016-06-24  Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-07  Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-08-07  Andrew Burgessgdb: get_frame_language now takes a frame parameter.
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansLook up primitive types as symbols.
2014-12-18  Doug Evanslanguage_lookup_primitive_type: Renamed from language_l...
2014-12-17  Doug EvansNew parameter "debug symbol-lookup".
2014-12-12  Tom Tromeythe "compile" command
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-03-27  Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
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-11-07  Yao QiConstify 'la_name' in struct language_defn
2013-10-25  Yao QiNew field la_varobj_ops in struct language_defn
2013-04-15  Tom Tromey PR c++/11990:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-12  Tom Tromey * ada-lang.c (user_select_syms, ada_print_subexp)...
2012-08-17  Keith Seitz PR c++/13356
2012-03-02  Joel Brobeckerlanguage-specific read_var_value for Ada renamings
2012-03-01  Tom Tromey * valprint.c (val_print): Update.
2012-03-01  Tom Tromey * value.h (value_print): Return void.
2012-02-08  Joel BrobeckerRename la_get_symbol_name_match_p into la_get_symbol_na...
2012-01-28  Jan Kratochvilgdb/
2012-01-26  Joel BrobeckerAda: allow unqualified function names in linespecs
2012-01-04  Doug Evans Delete #if 0'd out code.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-02-22  Tom Tromey * language.c (language_class_name_from_physname):...
2011-01-09  Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
next