summaryrefslogtreecommitdiff
path: root/gdb/value.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Change value_contents_eq return boolYao Qi
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand
2017-10-19Remove cleanups from prepare_execute_commandTom Tromey
2017-10-08Remove make_cleanup_value_freeTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-06-13Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov
2017-01-10Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey
2017-01-10Add scoped_value_markTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-28Adjust Value.location for lval_registerYao Qi
2016-11-21Create subobject value in pretty printerYao Qi
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-04-08value: Make accessor methods' parameters const-correctMartin Galvan
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-18Constify value_stringSimon Marchi
2015-11-18Constify value_cstringSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi
2015-07-28Introduce get_value_archSimon Marchi
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra
2015-04-29PR python/18285Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra
2014-07-30constify some cli-utils stuffTom Tromey
2014-07-14Garbage collect value_contents_equal.Pedro Alves
2014-06-04handle VLA in a struct or unionTom Tromey
2014-06-03Add xmethod interface to the extension language API.Siva Chandra
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand
2014-04-14constify value_aggregate_eltTom Tromey
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves
2013-08-29cleanup: make allocate_value_contents staticSanimir Agovic
2013-08-27Add options to skip unavailable localsYao Qi
2013-08-13Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,Sergio Durigan Junior