aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-0/+6
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-3/+4
2014-04-14constify value_aggregate_eltTom Tromey1-1/+1
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra1-0/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess1-0/+14
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-0/+5
2013-08-29cleanup: make allocate_value_contents staticSanimir Agovic1-1/+0
2013-08-27Add options to skip unavailable localsYao Qi1-0/+4
2013-08-13Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,Sergio Durigan Junior1-4/+3
2013-08-02fix PR symtab/15719Tom Tromey1-1/+2
2013-07-10ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker1-1/+7