summaryrefslogtreecommitdiff
path: root/gdb/value.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess2021-06-251-1/+1
* gdb: replace NULL terminated array with array_viewAndrew Burgess2021-06-251-1/+1
* Remove EVAL_SKIPTom Tromey2021-03-081-2/+0
* Remove union exp_elementTom Tromey2021-03-081-13/+1
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-0/+2
* Avoid crash from coerce_unspec_val_to_typeTom Tromey2021-02-091-3/+0
* Fix fixed-point binary operation type handlingTom Tromey2021-01-061-0/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Add expected type parameter to evaluate_expressionTom Tromey2020-12-151-1/+8
* Constify parse_and_eval_typeTom Tromey2020-12-131-1/+1
* Constify value_internal_function_nameTom Tromey2020-12-041-1/+1
* gdb: convert some function arguments from int to boolAndrew Burgess2020-11-191-1/+1
* Make internalvar_name return a const char *Tom Tromey2020-11-101-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi2020-08-241-14/+0
* gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess2020-07-251-2/+5
* gdb: Convert language la_read_var_value field to a methodAndrew Burgess2020-06-021-4/+0
* Rewrite the existing variant part codeTom Tromey2020-04-241-8/+0
* Add new variant part codeTom Tromey2020-04-241-0/+21
* Fix value_literal_complex commentTom Tromey2020-04-011-0/+4
* Add accessors for members of complex numbersTom Tromey2020-04-011-0/+8
* Remove val_printTom Tromey2020-03-131-7/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-2/+2
* Let commands free "name"Tom Tromey2019-11-261-1/+1
* Add add_internal_function overloadTom Tromey2019-11-261-3/+16
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Move declaration of overload_resolution to value.hChristian Biesinger2019-09-201-0/+2
* gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess2019-07-121-1/+2
* Make value_must_coerce_to_target return a boolSimon Marchi2019-07-101-1/+4
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Destroy allocated values when exiting GDBSergio Durigan Junior2019-04-011-0/+4
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-3/+3
* Use new_reference for struct valueTom Tromey2018-04-301-4/+4
* Remove free_value_chainTom Tromey2018-04-061-4/+9
* Remove free_all_valuesTom Tromey2018-04-061-2/+0
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-22/+30
* Initial support for variant partsTom Tromey2018-02-261-0/+8
* Remove a cleanup from parse_expression_for_completionTom Tromey2018-02-211-1/+1
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-071-2/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Change value_contents_eq return boolYao Qi2017-11-241-12/+12
* (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker2017-11-171-0/+9
* Target FP: Remove unused floating-point routinesUlrich Weigand2017-11-061-7/+0
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-0/+4
* Target FP printing: Simplify and fix print_floatingUlrich Weigand2017-10-241-3/+0
* Remove cleanups from prepare_execute_commandTom Tromey2017-10-191-0/+4
* Remove make_cleanup_value_freeTom Tromey2017-10-081-0/+15