aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Remove EVAL_SKIPTom Tromey1-2/+0
2021-03-08Remove union exp_elementTom Tromey1-13/+1
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-0/+2
2021-02-09Avoid crash from coerce_unspec_val_to_typeTom Tromey1-3/+0
2021-01-06Fix fixed-point binary operation type handlingTom Tromey1-0/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Add expected type parameter to evaluate_expressionTom Tromey1-1/+8
2020-12-13Constify parse_and_eval_typeTom Tromey1-1/+1
2020-12-04Constify value_internal_function_nameTom Tromey1-1/+1
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-1/+1
2020-11-10Make internalvar_name return a const char *Tom Tromey1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-08-24gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi1-14/+0
2020-07-25gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess1-2/+5
2020-06-02gdb: Convert language la_read_var_value field to a methodAndrew Burgess1-4/+0
2020-04-24Rewrite the existing variant part codeTom Tromey1-8/+0
2020-04-24Add new variant part codeTom Tromey1-0/+21
2020-04-01Fix value_literal_complex commentTom Tromey1-0/+4
2020-04-01Add accessors for members of complex numbersTom Tromey1-0/+8
2020-03-13Remove val_printTom Tromey1-7/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-2/+2
2019-11-26Let commands free "name"Tom Tromey1-1/+1
2019-11-26Add add_internal_function overloadTom Tromey1-3/+16
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-20Move declaration of overload_resolution to value.hChristian Biesinger1-0/+2
2019-07-12gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess1-1/+2
2019-07-10Make value_must_coerce_to_target return a boolSimon Marchi1-1/+4
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-01Destroy allocated values when exiting GDBSergio Durigan Junior1-0/+4
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-3/+3
2018-04-30Use new_reference for struct valueTom Tromey1-4/+4
2018-04-06Remove free_value_chainTom Tromey1-4/+9
2018-04-06Remove free_all_valuesTom Tromey1-2/+0
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-22/+30
2018-02-26Initial support for variant partsTom Tromey1-0/+8
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey1-1/+1
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-2/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Change value_contents_eq return boolYao Qi1-12/+12
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker1-0/+9
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand1-7/+0
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+4
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand1-3/+0
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey1-0/+4
2017-10-08Remove make_cleanup_value_freeTom Tromey1-0/+15
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-1/+2
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez1-5/+4