summaryrefslogtreecommitdiff
path: root/gdb/value.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the existing variant part codeTom Tromey2020-04-241-8/+0
* Add new variant part codeTom Tromey2020-04-241-0/+21
* Fix value_literal_complex commentTom Tromey2020-04-011-0/+4
* Add accessors for members of complex numbersTom Tromey2020-04-011-0/+8
* Remove val_printTom Tromey2020-03-131-7/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-2/+2
* Let commands free "name"Tom Tromey2019-11-261-1/+1
* Add add_internal_function overloadTom Tromey2019-11-261-3/+16
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Move declaration of overload_resolution to value.hChristian Biesinger2019-09-201-0/+2
* gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess2019-07-121-1/+2
* Make value_must_coerce_to_target return a boolSimon Marchi2019-07-101-1/+4
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Destroy allocated values when exiting GDBSergio Durigan Junior2019-04-011-0/+4
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-3/+3
* 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