Age | Commit message (Expand) | Author | Files | Lines |
2022-03-26 | Remove an unused declaration from value.h | Tom Tromey | 1 | -4/+0 |
2022-03-06 | gdb: constify parameter of value_copy | Simon Marchi | 1 | -1/+1 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -6/+0 |
2022-01-26 | gdb/python: add gdb.history_count function | Andrew Burgess | 1 | -0/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: make value_subscripted_rvalue static | Andrew Burgess | 1 | -4/+0 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -7/+7 |
2021-10-05 | Add lval_funcs::is_optimized_out | Tom Tromey | 1 | -0/+6 |
2021-09-24 | Move value_true to value.h | Tom Tromey | 1 | -1/+9 |
2021-07-27 | gdb: remove VALUE_FRAME_ID and fix another frame debug issue | Andrew Burgess | 1 | -6/+0 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -1/+1 |
2021-06-25 | gdb: replace NULL terminated array with array_view | Andrew Burgess | 1 | -1/+1 |
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 |