Remove path name from test case
[binutils-gdb.git] / gdb / expression.h
2023-05-23 Tom TromeyAdd PARSER_LEAVE_BLOCK_ALONE flag
2023-05-23 Tom TromeyAdd PARSER_DEBUG flag
2023-05-23 Tom TromeyIntroduce and use parser flags
2023-05-23 Tom TromeyMove innermost_block_tracker to expression.h
2023-05-01 Tom TromeyRemove evaluate_type
2023-05-01 Tom TromeyRemove evaluate_expression
2023-05-01 Tom TromeyRemove op_name
2023-01-04 Tom TromeyConvert exp_uses_objfile to a method of expression
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-14 Tom TromeyRemove dump_prefix_expression
2022-04-04 Tom TromeyRefactor expression completion
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-03-08 Tom TromeyRemove EVAL_SKIP
2021-03-08 Tom TromeyInline expression constructor
2021-03-08 Tom TromeyRemove OP_UNUSED_LAST
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
2021-03-08 Tom TromeyImplement function call operations
2021-03-08 Tom TromeyIntroduce var_msym_value_operation
2021-03-08 Tom TromeyIntroduce class operation
2021-02-18 Tom TromeyIntroduce expression::evaluate
2021-01-08 Tom TromeyPass void_context_p to parse_expression
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-21 Tom TromeyMove enum noside earlier in expression.h
2020-12-16 Tom TromeyIntroduce expression::first_opcode
2020-12-16 Tom TromeyClean up arguments to evaluate_subexp_do_call
2020-12-09 Tom TromeyUnify all operators into std-operator.def
2020-12-02 Tom TromeyUse new+delete for struct expression
2020-11-30 Tom TromeyRemove per-language op_name functions
2020-10-22 Andrew Burgessgdb/fortran: add support for parsing array strides...
2020-10-22 Andrew Burgessgdb: rename 'enum range_type' to 'enum range_flag'
2020-10-22 Andrew Burgessgdb: Convert enum range_type to a bit field enum
2020-09-19 Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-04-30 Andrew Burgessgdb/fortran: Introduce fortran-operator.def file
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05 Tom TromeyMove completion parsing to parser_state
2019-03-25 Tom TromeyDon't include symtab.h from expression.h
2019-03-23 Tom TromeyHave parser reset the innermost block tracker
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-03 Tom TromeyAvoid undefined behavior in expression dumping
2018-09-19 Richard BuntLogical short circuiting with argument lists
2018-04-27 Tom TromeyAdd inclusive range support for Rust
2018-02-21 Tom TromeyRemove a cleanup from parse_expression_for_completion
2018-01-21 Andrew Burgessgdb: Remove duplicate declaration of global innermost_block
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25 Ulrich WeigandTarget FP: Use target format throughout expression...
2017-09-04 Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-05-17 Tom TromeyRename OP_F90_RANGE to OP_RANGE.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-03-26 Joel Brobeckerdtrace-probe: Handle error while parsing probe argument.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-03-25 Tom Tromey PR c++/9197:
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12 Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
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-07 Tom Tromey * expression.h (parse_expression_for_completion):...
2012-12-03 Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-06-27 Tom Tromey PR macros/7961:
2012-03-21 Joel BrobeckerSEGV during AX eval of OP_DOUBLE (unsupported)
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-02-01 Jan Kratochvilgdb/
2011-01-07 Michael Snyder2011-01-07 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-02 Sergio Durigan Junior2010-06-01 Sergio Durigan Junior <sergiodj@redhat...
2010-05-07 Sami WagiaallaAdd ADL support
2010-01-18 Tom Tromeygdb
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-11-10 Keith Seitz * c-exp.y: Add new rule for resolving method overloads.
2009-09-15 Jan Kratochvilgdb/
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-09-11 Ulrich Weigand * expression.h (enum exp_opcode): Document OP_COMPLEX...
2008-09-11 Ulrich Weigand * expression.h (struct expression): New member GDBARCH.
2008-06-06 Tom Tromeygdb
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-16 Joel Brobecker * expression.h (parse_expression_in_context...
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-13 Daniel Jacobowitz * expression.h (enum exp_opcode): Document a register...
2007-04-13 Daniel Jacobowitz * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd...
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:
2005-09-20 Wu Zhouexpression.h (enum exp_opcode): Fix a format error...
2005-09-20 Wu Zhou * expression.h (enum exp_opcode): Add a new...
2005-06-08 Wu Zhou<2005-06-08> Wu Zhou <woodzltc@cn.ibm.com>
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.
2003-03-18 Andrew Cagney2003-03-18 Andrew Cagney <cagney@redhat.com>
2003-01-14 Andrew Cagney2003-01-13 Andrew Cagney <ac131313@redhat.com>
2003-01-02 Andrew Cagney2003-01-02 Andrew Cagney <ac131313@redhat.com>
next