aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-1/+1
2017-01-10Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey1-1/+11
2017-01-10Add scoped_value_markTom Tromey1-0/+22
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-28Adjust Value.location for lval_registerYao Qi1-1/+1
2016-11-21Create subobject value in pretty printerYao Qi1-0/+2
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-4/+12
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-2/+2
2016-11-08Use ui_file_as_string throughout morePedro Alves1-1/+1
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey1-0/+7
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-39/+40
2016-04-08value: Make accessor methods' parameters const-correctMartin Galvan1-15/+15
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18Constify value_stringSimon Marchi1-1/+1
2015-11-18Constify value_cstringSimon Marchi1-1/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-0/+2
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-2/+2
2015-07-28Introduce get_value_archSimon Marchi1-0/+4
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi1-1/+1
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+2
2015-04-29PR python/18285Doug Evans1-2/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-0/+2
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka1-0/+5
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves1-7/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-47/+111
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra1-1/+2
2014-07-30constify some cli-utils stuffTom Tromey1-1/+1
2014-07-14Garbage collect value_contents_equal.Pedro Alves1-1/+0
2014-06-04handle VLA in a struct or unionTom Tromey1-0/+2