Age | Commit message (Expand) | Author | Files | Lines |
2020-04-01 | Fix value_literal_complex comment | Tom Tromey | 1 | -0/+4 |
2020-04-01 | Add accessors for members of complex numbers | Tom Tromey | 1 | -0/+8 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -7/+0 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-04 | Remove gdbarch_bits_big_endian | Tom Tromey | 1 | -2/+2 |
2019-11-26 | Let commands free "name" | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Add add_internal_function overload | Tom Tromey | 1 | -3/+16 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-20 | Move declaration of overload_resolution to value.h | Christian Biesinger | 1 | -0/+2 |
2019-07-12 | gdb: Update type of lower bound in value_subscripted_rvalue | Andrew Burgess | 1 | -1/+2 |
2019-07-10 | Make value_must_coerce_to_target return a bool | Simon Marchi | 1 | -1/+4 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-01 | Destroy allocated values when exiting GDB | Sergio Durigan Junior | 1 | -0/+4 |
2019-03-07 | gdb: Move value_from_host_double into value.c and make more use of it | Andrew Burgess | 1 | -0/+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 | -3/+3 |
2018-04-30 | Use new_reference for struct value | Tom Tromey | 1 | -4/+4 |
2018-04-06 | Remove free_value_chain | Tom Tromey | 1 | -4/+9 |
2018-04-06 | Remove free_all_values | Tom Tromey | 1 | -2/+0 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -22/+30 |
2018-02-26 | Initial support for variant parts | Tom Tromey | 1 | -0/+8 |
2018-02-21 | Remove a cleanup from parse_expression_for_completion | Tom Tromey | 1 | -1/+1 |
2018-01-07 | C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) | Simon Marchi | 1 | -2/+5 |
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 | -12/+12 |
2017-11-17 | (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR) | Joel Brobecker | 1 | -0/+9 |
2017-11-06 | Target FP: Remove unused floating-point routines | Ulrich Weigand | 1 | -7/+0 |
2017-11-06 | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 1 | -0/+4 |
2017-10-24 | Target FP printing: Simplify and fix print_floating | Ulrich Weigand | 1 | -3/+0 |
2017-10-19 | Remove cleanups from prepare_execute_command | Tom Tromey | 1 | -0/+4 |
2017-10-08 | Remove make_cleanup_value_free | Tom Tromey | 1 | -0/+15 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -1/+2 |
2017-06-13 | Fix bit-/byte-offset mismatch in parameter to read_value_memory | Andreas Arnez | 1 | -5/+4 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -1/+1 |
2017-01-10 | Use scoped_value_mark in dwarf2_evaluate_loc_desc_full | Tom Tromey | 1 | -1/+11 |
2017-01-10 | Add scoped_value_mark | Tom Tromey | 1 | -0/+22 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-28 | Adjust Value.location for lval_register | Yao Qi | 1 | -1/+1 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -0/+2 |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -4/+12 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -1/+1 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -0/+7 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -39/+40 |
2016-04-08 | value: Make accessor methods' parameters const-correct | Martin Galvan | 1 | -15/+15 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | Constify value_string | Simon Marchi | 1 | -1/+1 |
2015-11-18 | Constify value_cstring | Simon Marchi | 1 | -1/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+2 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -2/+2 |