summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* handle VLA in a struct or unionTom Tromey2014-06-041-0/+23
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-3/+44
* vla: update type from newly created valueSanimir Agovic2014-04-141-0/+1
* type: add c99 variable length array supportSanimir Agovic2014-04-141-6/+13
* Revert the entire VLA series.Joel Brobecker2014-04-111-14/+6
* vla: update type from newly created valueSanimir Agovic2014-04-111-0/+1
* type: add c99 variable length array supportSanimir Agovic2014-04-111-6/+13
* Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans2014-03-131-1/+5
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-4/+4
* change minsym representationTom Tromey2014-02-261-2/+2
* * value.c (record_latest_value): Fix comment.Doug Evans2014-02-241-3/+1
* Extension Language APIDoug Evans2014-02-051-2/+2
* rearrange struct value to save memoryTom Tromey2014-01-161-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* ARI fix in value.c::value_entirely_unavailableJoel Brobecker2013-12-181-2/+2
* Convert the unavailable vector to be bit, not byte, based.Andrew Burgess2013-12-171-21/+160
* Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess2013-11-271-1/+4
* Mark entirely optimized out value as non-lazy.Andrew Burgess2013-11-261-1/+1
* Detect infinite loop in value_fetch_lazy's lval_register handling.Tom Tromey2013-11-221-1/+19
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Print nonexisting/optimized out static fields gracefully.Pedro Alves2013-10-251-3/+2
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-3/+19
* The error message in the function was sayingSergio Durigan Junior2013-09-161-1/+1
* Based on the discussion at:Sergio Durigan Junior2013-09-161-0/+23
* cleanup: make allocate_value_contents staticSanimir Agovic2013-08-291-1/+1
* cleanup: replace allocate_value and memcpy with value_from_contentsSanimir Agovic2013-08-291-4/+1
* Add options to skip unavailable localsYao Qi2013-08-271-0/+20
* remove msymbol_objfileTom Tromey2013-08-051-6/+6
* Don't raise an error for optimized out sub-fields.Andrew Burgess2013-07-301-3/+2
* value_fetch_lazy, ensure parent is not lazy and check parent for validity.Andrew Burgess2013-07-301-1/+4
* ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker2013-07-101-0/+6
* Revert recent changes to value_bits_valid.Andrew Burgess2013-07-091-4/+5
* Fix bug in value_bits_valid.Andrew Burgess2013-07-081-5/+4
* value_bits_valid: Fix latent bug.Pedro Alves2013-07-041-1/+1
* http://sourceware.org/ml/gdb-patches/2013-07/msg00059.htmlAndrew Burgess2013-07-041-37/+61
* http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlAndrew Burgess2013-07-041-0/+162
* [PR tui/14880] Fetch values before comparing their contents.Pedro Alves2013-06-281-3/+1
* * ada-lang.c (ada_value_primitive_packed_val): Don'tTom Tromey2013-05-061-5/+7
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-1/+1
* Allow struct 'return' on 32-bit sparc.David S. Miller2013-02-061-9/+19
* * value.c (deprecated_set_value_modifiable): Remove.Tom Tromey2013-01-291-5/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Yao Qi2012-11-281-0/+1
* 2012-11-14 Luis Machado <lgustavo@codesourcery.com>Luis Machado2012-11-141-1/+5
* * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar2012-09-251-4/+3
* * value.c (show_convenience): Tweak comment.Doug Evans2012-08-131-10/+20
* * breakpoint.c (condition_completer): New function.Tom Tromey2012-06-131-0/+23
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* gdb/Maciej W. Rozycki2012-05-161-2/+2