Age | Commit message (Expand) | Author | Files | Lines |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -5/+9 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -9/+9 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -23/+23 |
2018-09-19 | Logical short circuiting with argument lists | Richard Bunt | 1 | -7/+37 |
2018-09-14 | gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC | Andrew Burgess | 1 | -1/+5 |
2018-07-30 | gdb: Fix sizeof for dynamic types other than arrays | Andrew Burgess | 1 | -1/+3 |
2018-07-28 | [gdb/exp] Interpret size of vla with unknown size as <optimized out> | Tom de Vries | 1 | -0/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -3/+3 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-06-01 | Remove TYPE_TAG_NAME | Tom Tromey | 1 | -2/+2 |
2018-05-04 | Fix "obvious" fall-through warnings | Tom Tromey | 1 | -0/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-30 | Handle alignof and _Alignof | Tom Tromey | 1 | -0/+13 |
2018-04-26 | Calling ifunc functions when target has no debug info but resolver has | Pedro Alves | 1 | -10/+15 |
2018-04-06 | Remove free_value_chain | Tom Tromey | 1 | -8/+7 |
2018-03-25 | eval.c: reverse minsym and sym | Pedro Alves | 1 | -4/+4 |
2018-03-08 | Change enable_thread_stack_temporaries to an RAII class | Tom Tromey | 1 | -12/+5 |
2018-02-21 | Remove a cleanup from parse_expression_for_completion | Tom Tromey | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-17 | (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR) | Joel Brobecker | 1 | -3/+3 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -8/+3 |
2017-09-21 | eval.c:evaluate_subexp_standard: Use RAII to avoid leaks | Pedro Alves | 1 | -14/+28 |
2017-09-05 | eval.c:evaluate_subexp_standard: Factor out function call handling | Pedro Alves | 1 | -451/+476 |
2017-09-04 | Make "p S::method() const::static_var" work too | Pedro Alves | 1 | -16/+24 |
2017-09-04 | Handle "p S::method()::static_var" in the C++ parser | Pedro Alves | 1 | -0/+21 |
2017-09-04 | Eliminate UNOP_MEMVAL_TLS | Pedro Alves | 1 | -16/+0 |
2017-09-04 | Stop assuming no-debug-info variables have type int | Pedro Alves | 1 | -19/+118 |
2017-09-04 | evaluate_subexp_standard: Factor out OP_VAR_VALUE handling. | Pedro Alves | 1 | -31/+36 |
2017-09-04 | evaluate_subexp_standard: Remove useless assignments | Pedro Alves | 1 | -3/+0 |
2017-09-04 | evaluate_subexp_standard: Eliminate one goto | Pedro Alves | 1 | -55/+55 |
2017-09-04 | Make ptype/whatis print function name of functions with no debug info too | Pedro Alves | 1 | -1/+13 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -0/+24 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -17/+24 |
2017-08-21 | Fix type casts losing typedefs and reimplement "whatis" typedef stripping | Pedro Alves | 1 | -12/+1 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -7/+7 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -1/+1 |
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 | -32/+11 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+2 |
2016-05-27 | gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTR | Andrew Burgess | 1 | -1/+1 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -4/+4 |
2016-04-01 | gdb: allow enumeration constants as second operand of BINOP_REPEAT | Artemiy Volkov | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-12 | Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCT | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+2 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |