Automatic date update in version.in
[binutils-gdb.git] / gdb / parser-defs.h
2022-06-04 Tom de Vries[gdb/c] Fix type of 2147483648 and literal truncation
2022-04-04 Tom TromeyImplement completion for Ada attributes
2022-04-04 Tom TromeyRefactor expression completion
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-03-10 Tom TromeyUse bool for "parse_completion"
2021-03-08 Tom TromeyChange exp_uses_objfile to return bool
2021-03-08 Tom TromeyInline expr_builder methods
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyAdd operation-related methods to parser_state
2021-03-08 Tom TromeyAdd completion for operations
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
2021-02-05 Tom TromeyExtract symbol-writing function from parsers
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17 Tom TromeyChange parameters to language_defn::post_parser
2020-11-30 Tom TromeyRemove per-language op_name functions
2020-09-19 Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-06-23 Andrew Burgessgdb: Convert language la_post_parser field to a method
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-19 Tom TromeyMake copy_name return std::string
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05 Tom TromeyMove type stack handling to a new class
2019-04-05 Tom TromeyMove completion parsing to parser_state
2019-04-05 Tom TromeyMove arglist_len et al to parser_state
2019-04-05 Tom TromeyMove lexptr and prev_lexptr to parser_state
2019-04-05 Tom TromeyMove comma_terminates global to parser_state
2019-04-05 Tom TromeyRemove paren_depth global
2019-04-05 Tom TromeyMove expression_context_* globals to parser_state
2019-04-05 Tom TromeyMake base class for parser_state
2019-04-05 Tom TromeyTurn parse_language into a method
2019-04-05 Tom TromeyTurn parse_gdbarch into a method
2019-04-05 Tom TromeyRemove parser_state "initial_size" parameter
2019-04-05 Tom TromeyMake increase_expout_size static
2019-03-23 Tom TromeyHave parser reset the innermost block tracker
2019-03-06 Andrew Burgessgdb/fortran: Add Fortran 'kind' intrinsic and keyword
2019-03-05 Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to parser_state
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-06 Tom TromeyUse std::vector in type stacks
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-28 Simon MarchiImplement struct type_stack with a vector
2018-01-21 Andrew Burgessgdb: PR mi/20395: Fix -var-update for registers in...
2018-01-21 Andrew Burgessgdb: New API for tracking innermost block
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31 Tom TromeyC++-ify parser_state
2017-10-25 Ulrich WeigandTarget FP: Use target format throughout expression...
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-20 Artemiy VolkovSupport rvalue reference type in parser
2017-03-14 Simon MarchiMake length_of_subexp static
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-26 Doug EvansMove block_found decl to symtab.h.
2014-07-30 Yao QiUpdate comments to operator_check
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-10-02 Keith SeitzConstification of parse_linespec and fallout:
2013-08-05 Tom Tromeyremove msymbol_objfile
2013-06-26 Sergio Durigan JuniorI found this issue when I was debugging something else...
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-12-03 Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-10-19 Joel BrobeckerDocument exp_descriptor.op_name should never return...
2012-07-06 Tom Tromey PR exp/9608:
2012-07-06 Tom Tromey * c-exp.y (%union) <type_stack>: New field.
2012-07-06 Tom Tromey * parser-defs.h (type_stack, type_stack_size, type_sta...
2012-06-19 Tom Tromey PR exp/9514:
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-01-09 Doug Evans * parser-defs.h (namecopy): Delete.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-16 Jan Kratochvilgdb/
2011-01-10 Michael Snyder2011-01-10 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-19 Doug Evans PR exp/11926
2010-06-04 Sergio Durigan Junior2010-06-04 Sergio Durigan Junior <sergiodj@redhat...
2010-05-02 Jan Kratochvilgdb/
2010-04-22 Jan Kratochvilgdb/
2010-02-10 Tom Tromeygdb
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-03-20 Tom Tromeygdb:
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-09-11 Ulrich Weigand * expression.h (struct expression): New member GDBARCH.
2008-09-11 Ulrich Weigand * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBO...
2008-06-06 Tom Tromeygdb
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-10-25 Thiago Jung Bauermann2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-06-05 Ulrich Weigand * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_noti...
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-10-10 Daniel Jacobowitz2006-10-09 Jan Kratochvil <jan.kratochvil@redhat...
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17 Eli Zaretskii * breakpoint.c:
2004-04-10 Paul N. Hilfinger* language.h (language_defn): Add new la_post_parser...
2003-09-25 Paul N. Hilfinger* parser-defs.h (struct exp_descriptor): New definition...
2003-09-24 Paul N. Hilfinger* parser-defs.h (operator_length): Declare.
next