aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04handle VLA in a struct or unionTom Tromey1-0/+23
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-3/+44
2014-04-14vla: update type from newly created valueSanimir Agovic1-0/+1
2014-04-14type: add c99 variable length array supportSanimir Agovic1-6/+13
2014-04-11Revert the entire VLA series.Joel Brobecker1-14/+6
2014-04-11vla: update type from newly created valueSanimir Agovic1-0/+1
2014-04-11type: add c99 variable length array supportSanimir Agovic1-6/+13
2014-03-13Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans1-1/+5
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-4/+4
2014-02-26change minsym representationTom Tromey1-2/+2
2014-02-24 * value.c (record_latest_value): Fix comment.Doug Evans1-3/+1
2014-02-05Extension Language APIDoug Evans1-2/+2
2014-01-16rearrange struct value to save memoryTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18ARI fix in value.c::value_entirely_unavailableJoel Brobecker1-2/+2
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess1-21/+160
2013-11-27Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess1-1/+4
2013-11-26Mark entirely optimized out value as non-lazy.Andrew Burgess1-1/+1
2013-11-22Detect infinite loop in value_fetch_lazy's lval_register handling.Tom Tromey1-1/+19
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves1-3/+2
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-3/+19
2013-09-16The error message in the function was sayingSergio Durigan Junior1-1/+1
2013-09-16Based on the discussion at:Sergio Durigan Junior1-0/+23
2013-08-29cleanup: make allocate_value_contents staticSanimir Agovic1-1/+1
2013-08-29cleanup: replace allocate_value and memcpy with value_from_contentsSanimir Agovic1-4/+1
2013-08-27Add options to skip unavailable localsYao Qi1-0/+20
2013-08-05remove msymbol_objfileTom Tromey1-6/+6
2013-07-30Don't raise an error for optimized out sub-fields.Andrew Burgess1-3/+2
2013-07-30value_fetch_lazy, ensure parent is not lazy and check parent for validity.Andrew Burgess1-1/+4
2013-07-10ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker1-0/+6
2013-07-09Revert recent changes to value_bits_valid.Andrew Burgess1-4/+5
2013-07-08Fix bug in value_bits_valid.Andrew Burgess1-5/+4
2013-07-04value_bits_valid: Fix latent bug.Pedro Alves1-1/+1
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00059.htmlAndrew Burgess1-37/+61
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlAndrew Burgess1-0/+162
2013-06-28[PR tui/14880] Fetch values before comparing their contents.Pedro Alves1-3/+1
2013-05-06 * ada-lang.c (ada_value_primitive_packed_val): Don'tTom Tromey1-5/+7
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+1
2013-02-06Allow struct 'return' on 32-bit sparc.David S. Miller1-9/+19
2013-01-29 * value.c (deprecated_set_value_modifiable): Remove.Tom Tromey1-5/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-28gdb/Yao Qi1-0/+1
2012-11-142012-11-14 Luis Machado <lgustavo@codesourcery.com>Luis Machado1-1/+5
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-4/+3
2012-08-13 * value.c (show_convenience): Tweak comment.Doug Evans1-10/+20
2012-06-13 * breakpoint.c (condition_completer): New function.Tom Tromey1-0/+23
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-05-16 gdb/Maciej W. Rozycki1-2/+2