]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/language.h
-Wwrite-strings: The Rest
[thirdparty/binutils-gdb.git] / gdb / language.h
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify word break character arrays
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
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/compile/
2016-06-24  Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
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-23  Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-18  Doug Evanslanguage_lookup_primitive_type: Renamed from language_l...
2014-12-12  Tom Tromeythe "compile" command
2014-05-13  Tom Tromeyremove an unused macro and an unused declaration
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-14  Joel Brobeckerlanguage.h: Add "symtab.h" #include
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-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-05  Doug Evans * ada-lang.c (ada_lookup_symbol_list_worker): New...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-07  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Add...
2012-11-12  Tom Tromey * ada-lang.c (user_select_syms, ada_print_subexp)...
2012-08-17  Keith Seitz PR c++/13356
2012-06-13  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
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-02-01  Gary Benson2012-02-01 Gary Benson <gbenson@redhat.com>
2012-01-31  Tom Tromey * language.h (struct language_defn) <la_iterate_over_s...
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-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-10-13  Tom Tromey * language.h (LA_PRINT_ARRAY_INDEX): Fix argument...
2010-06-14  Jan Kratochvilgdb/
2010-06-11  Tom Tromeygdb
2010-05-10  Tom Tromey * eval.c (ptrmath_type_p): Add 'lang' argument.
2010-05-02  Jan Kratochvilgdb/
2010-03-09  Keith Seitzdwarf2_physname patchset:
2010-02-02  Tom Tromeygdb
2010-01-14  Phil Muldoon2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-09-25  Tom Tromeygdb
2009-08-13  Tom Tromey * language.h (longest_raw_hex_string): Remove unused...
2009-07-10  Phil Muldoon2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
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
2008-05-19  Ulrich Weigand * language.h (struct language_defn): Remove SYMTAB...
2008-04-06  Vladimir Prus Fix breakpoint condition that use member variables.
2008-02-05  Joel Brobecker * language.h (struct language_defn): Add new...
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-12-19  Joel Brobecker * language.h (enum exp_opcode): Remove commente...
2007-12-17  Joel Brobecker * language.h (enum exp_opcode): Comment out...
2007-12-17  Joel Brobecker * language.h (enum exp_opcode): Add forward...
2007-12-04  Ulrich Weigand * coffread.c (decode_type): Use builtin_type_int32...
2007-11-02  Ulrich Weigand * language.h (struct language_defn): Remove la_builtin...
2007-09-23  Daniel Jacobowitz * infcall.c (call_function_by_hand): Handle language...
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-06-15  Ulrich Weigand * gdbarch.sh (skip_trampoline_code): Add FRAME argument.
2007-01-09  Daniel JacobowitzCopyright updates for 2007.
2006-04-20  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17  Eli Zaretskii * breakpoint.c:
2005-10-03  Joel Brobecker2005-10-03 Joel Brobecker <brobecker@adacore.com>
2005-05-09  Andrew Cagney2005-05-09 Andrew Cagney <cagney@gnu.org>
2005-01-29  Andrew Cagney2005-01-28 Andrew Cagney <cagney@gnu.org>
2005-01-29  Andrew Cagney2005-01-28 Andrew Cagney <cagney@gnu.org>
2004-09-11  Andrew Cagney2004-09-11 Andrew Cagney <cagney@gnu.org>
2004-09-11  Paul N. Hilfinger* language.c (local_hex_format_custom): Remove.
2004-08-29  David Lecomber2004-08-29 David Lecomber <david@streamline-computing...
2004-07-28  Andrew Cagney2004-07-28 Andrew Cagney <cagney@gnu.org>
2004-07-28  Andrew Cagney2004-07-27 Andrew Cagney <cagney@gnu.org>
2004-07-06  Jeff Johnston2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2004-04-10  Paul N. Hilfinger* language.h (language_defn): Add new la_post_parser...
2004-01-23  David Carlton2004-01-23 David Carlton <carlton@kealia.com>
2003-10-06  Joel Brobecker * language.h (language_defn): new field, la_wor...
2003-10-06  Joel Brobecker * language.h (default_word_break_characters...
2003-09-25  Paul N. Hilfinger* parser-defs.h (struct exp_descriptor): New definition...
2003-08-07  Andrew Cagney2003-08-07 Andrew Cagney <cagney@redhat.com>
2003-05-20  David Carlton2003-05-19 David Carlton <carlton@bactrian.org>
2003-04-12  Andrew Cagney2003-04-12 Andrew Cagney <cagney@redhat.com>
2003-04-02  Adam Fedor* Makefile.in (c_lang.o, jv_lang.o, language.o): Add...
2003-03-26  Adam Fedor* Makefile.in (infrun.o): Add $(language_h)
2003-01-14  Andrew Cagney2003-01-13 Andrew Cagney <ac131313@redhat.com>
next