Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -2/+0 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -13/+1 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -0/+2 |
2021-02-09 | Avoid crash from coerce_unspec_val_to_type | Tom Tromey | 1 | -3/+0 |
2021-01-06 | Fix fixed-point binary operation type handling | Tom Tromey | 1 | -0/+5 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-15 | Add expected type parameter to evaluate_expression | Tom Tromey | 1 | -1/+8 |
2020-12-13 | Constify parse_and_eval_type | Tom Tromey | 1 | -1/+1 |
2020-12-04 | Constify value_internal_function_name | Tom Tromey | 1 | -1/+1 |
2020-11-19 | gdb: convert some function arguments from int to bool | Andrew Burgess | 1 | -1/+1 |
2020-11-10 | Make internalvar_name return a const char * | Tom Tromey | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-08-24 | gdb: move declaration of valprint_check_validity to valprint.h | Simon Marchi | 1 | -14/+0 |
2020-07-25 | gdb/fortran: resolve dynamic types when readjusting after an indirection | Andrew Burgess | 1 | -2/+5 |
2020-06-02 | gdb: Convert language la_read_var_value field to a method | Andrew Burgess | 1 | -4/+0 |
2020-04-24 | Rewrite the existing variant part code | Tom Tromey | 1 | -8/+0 |
2020-04-24 | Add new variant part code | Tom Tromey | 1 | -0/+21 |
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 |