Age | Commit message (Expand) | Author | Files | Lines |
2021-01-08 | Pass void_context_p to parse_expression | Tom Tromey | 1 | -1/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-21 | Move enum noside earlier in expression.h | Tom Tromey | 1 | -22/+22 |
2020-12-15 | Introduce expression::first_opcode | Tom Tromey | 1 | -0/+7 |
2020-12-15 | Clean up arguments to evaluate_subexp_do_call | Tom Tromey | 1 | -3/+4 |
2020-12-09 | Unify all operators into std-operator.def | Tom Tromey | 1 | -9/+0 |
2020-12-01 | Use new+delete for struct expression | Tom Tromey | 1 | -8/+15 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+1 |
2020-10-22 | gdb/fortran: add support for parsing array strides in expressions | Andrew Burgess | 1 | -0/+3 |
2020-10-22 | gdb: rename 'enum range_type' to 'enum range_flag' | Andrew Burgess | 1 | -2/+2 |
2020-10-22 | gdb: Convert enum range_type to a bit field enum | Andrew Burgess | 1 | -15/+15 |
2020-09-19 | gdb/fortran: Move Fortran expression handling into f-lang.c | Andrew Burgess | 1 | -0/+12 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+2 |
2019-04-30 | gdb/fortran: Introduce fortran-operator.def file | Andrew Burgess | 1 | -0/+1 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -3/+5 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -4/+0 |
2019-03-24 | Don't include symtab.h from expression.h | Tom Tromey | 1 | -3/+0 |
2019-03-23 | Have parser reset the innermost block tracker | Tom Tromey | 1 | -1/+20 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-03 | Avoid undefined behavior in expression dumping | Tom Tromey | 1 | -1/+1 |
2018-09-19 | Logical short circuiting with argument lists | Richard Bunt | 1 | -1/+3 |
2018-04-27 | Add inclusive range support for Rust | Tom Tromey | 1 | -9/+20 |
2018-02-21 | Remove a cleanup from parse_expression_for_completion | Tom Tromey | 1 | -2/+2 |
2018-01-21 | gdb: Remove duplicate declaration of global innermost_block | Andrew Burgess | 1 | -5/+0 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -3/+1 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -0/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -5/+7 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -0/+13 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-03-26 | dtrace-probe: Handle error while parsing probe argument. | Joel Brobecker | 1 | -0/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-03-25 | PR c++/9197: | Tom Tromey | 1 | -1/+4 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -1/+1 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-07 | * ada-lang.c (ada_make_symbol_completion_list): Add 'code' | Tom Tromey | 1 | -1/+2 |
2012-12-07 | * expression.h (parse_expression_for_completion): Rename | Tom Tromey | 1 | -3/+3 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -4/+4 |
2012-06-27 | PR macros/7961: | Tom Tromey | 1 | -1/+2 |
2012-03-21 | SEGV during AX eval of OP_DOUBLE (unsupported) | Joel Brobecker | 1 | -0/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-02-01 | gdb/ | Jan Kratochvil | 1 | -328/+13 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -29/+30 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -15/+22 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |