Fix paste-o in examine-backward.exp.
[external/binutils.git] / gdb / language.c
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>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-06-14 Jan Kratochvilgdb/
2010-06-11 Tom Tromeygdb
2010-05-14 Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-04-29 Joel BrobeckerD language support.
2010-01-14 Phil Muldoon2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-12-29 Stan Shebs * language.c (pointer_type): Un-comment out.
2009-09-25 Tom Tromeygdb
2009-08-18 Tom Tromey * utils.c (add_internal_problem_command): Free set_doc and
2009-08-14 Pedro Alves * ui-file.h (ui_file_xstrdup): Mention that the length...
2009-08-13 Pedro Alves2009-08-13 Pedro Alves <pedro@codesourcery.com>
2009-08-13 Pedro Alves Revert 2009-08-07 changes for PR gdb/8869:
2009-08-07 Tom Tromeygdb
2009-08-07 Tom Tromey PR gdb/8869:
2009-05-23 Jan Kratochvilgdb/
2009-03-20 Tom Tromeygdb:
2009-02-05 Thiago Jung Bauermann2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm...
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-10-28 Tom Tromeygdb
2008-09-30 Tom Tromeygdb
2008-09-27 Tom Tromeygdb
2008-09-11 Ulrich Weigand * language.h (struct language_arch_info): New members
next