Age | Commit message (Expand) | Author | Files | Lines |
2019-03-07 | gdb: Move value_from_host_double into value.c and make more use of it | Andrew Burgess | 1 | -0/+13 |
2019-03-05 | Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release | Tom Tromey | 1 | -5/+5 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | invoke_xmethod & array_view | Pedro Alves | 1 | -7/+6 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -1/+1 |
2018-07-30 | Remove old lint code | Tom Tromey | 1 | -1/+0 |
2018-07-22 | Remove unused declaration from value.c | Tom Tromey | 1 | -1/+0 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-06-02 | Split value_fetch_lazy | Simon Marchi | 1 | -141/+162 |
2018-05-25 | Clear entire "location" in value constructor | Tom Tromey | 1 | -2/+1 |
2018-05-17 | value.c: Remove unused variables | Simon Marchi | 1 | -6/+0 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-30 | Use new_reference for struct value | Tom Tromey | 1 | -6/+4 |
2018-04-09 | Add selftests for range_contains and insert_into_bit_range_vector | Simon Marchi | 1 | -0/+155 |
2018-04-06 | Change value::contents to be a unique_xmalloc_ptr | Tom Tromey | 1 | -12/+11 |
2018-04-06 | Remove range_s VEC | Tom Tromey | 1 | -107/+100 |
2018-04-06 | Change value::parent to a value_ref_ptr | Tom Tromey | 1 | -15/+5 |
2018-04-06 | Use new and delete for values | Tom Tromey | 1 | -48/+50 |
2018-04-06 | Remove value::next and value::released | Tom Tromey | 1 | -68/+27 |
2018-04-06 | Remove free_value_chain | Tom Tromey | 1 | -23/+14 |
2018-04-06 | Remove free_all_values | Tom Tromey | 1 | -20/+0 |
2018-04-06 | Change value history to use value_ref_ptr | Tom Tromey | 1 | -54/+12 |
2018-04-06 | Change breakpoints to use value_ref_ptr | Tom Tromey | 1 | -0/+3 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -37/+31 |
2018-02-26 | Sign-extend non-bit-fields in unpack_bits_as_long | Tom Tromey | 1 | -3/+7 |
2018-02-07 | Fix type of values representing optimized out static members | Simon Marchi | 1 | -5/+3 |
2018-01-07 | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 1 | -17/+13 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Change value_contents_eq return bool | Yao Qi | 1 | -5/+5 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -5/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Add set_repeat_arguments function | Tom Tromey | 1 | -4/+1 |
2017-11-06 | Target FP: Remove unused floating-point routines | Ulrich Weigand | 1 | -83/+0 |
2017-11-06 | Target FP: Add conversion routines to target-float.{c,h} | Ulrich Weigand | 1 | -3/+11 |
2017-11-06 | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 1 | -19/+17 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-10-05 | Clean up some DFP interfaces | Ulrich Weigand | 1 | -3/+1 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -0/+1 |
2017-09-27 | Constify show_convenience | Tom Tromey | 1 | -3/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -10/+7 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -5/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-06 | Assert on lval_register | Yao Qi | 1 | -0/+2 |
2016-11-28 | Restrict checking value.lval on using address | Yao Qi | 1 | -11/+6 |
2016-11-28 | Adjust Value.location for lval_register | Yao Qi | 1 | -27/+17 |
2016-11-22 | Use VALUE_NEXT_FRAME_ID in value_from_component | Yao Qi | 1 | -1/+1 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -0/+25 |