aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2014-01-131-0/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Convert the unavailable vector to be bit, not byte, based.Andrew Burgess2013-12-171-0/+14
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-0/+5
* cleanup: make allocate_value_contents staticSanimir Agovic2013-08-291-1/+0
* Add options to skip unavailable localsYao Qi2013-08-271-0/+4
* Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,Sergio Durigan Junior2013-08-131-4/+3
* fix PR symtab/15719Tom Tromey2013-08-021-1/+2
* ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker2013-07-101-1/+7
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-1/+1
* [PR tui/14880] Fetch values before comparing their contents.Pedro Alves2013-06-281-1/+6
* * eval.c (parse_and_eval_long): Make 'exp' const.Tom Tromey2013-05-141-1/+1
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-3/+3
* Allow struct 'return' on 32-bit sparc.David S. Miller2013-02-061-0/+4
* * value.c (deprecated_set_value_modifiable): Remove.Tom Tromey2013-01-291-2/+0