summaryrefslogtreecommitdiff
path: root/gdb/value.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-1/+2
* Fix bit-/byte-offset mismatch in parameter to read_value_memoryAndreas Arnez2017-06-131-5/+4
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-1/+1
* Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey2017-01-101-1/+11
* Add scoped_value_markTom Tromey2017-01-101-0/+22
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Adjust Value.location for lval_registerYao Qi2016-11-281-1/+1
* Create subobject value in pretty printerYao Qi2016-11-211-0/+2
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-4/+12
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-2/+2
* Use ui_file_as_string throughout morePedro Alves2016-11-081-1/+1
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-261-0/+7
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-39/+40
* value: Make accessor methods' parameters const-correctMartin Galvan2016-04-081-15/+15
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Constify value_stringSimon Marchi2015-11-181-1/+1
* Constify value_cstringSimon Marchi2015-11-181-1/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-0/+2
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-2/+2
* Introduce get_value_archSimon Marchi2015-07-281-0/+4
* Cleanup value_fetch_lazy's comment and return valueSimon Marchi2015-07-061-1/+1
* [Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra2015-05-091-0/+2
* PR python/18285Doug Evans2015-04-291-2/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-0/+2
* Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka2014-09-161-0/+5
* Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves2014-09-041-7/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-47/+111
* Add new argument NOSIDE to find_overload_match.Siva Chandra2014-08-151-1/+2
* constify some cli-utils stuffTom Tromey2014-07-301-1/+1
* Garbage collect value_contents_equal.Pedro Alves2014-07-141-1/+0
* handle VLA in a struct or unionTom Tromey2014-06-041-0/+2
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-0/+6
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-3/+4
* constify value_aggregate_eltTom Tromey2014-04-141-1/+1