aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-5/+39
2012-04-14gdb/doc/ChangeLog:Anton Gorenkov1-0/+41
2012-03-16[Ada] Crash when trying to set value of packed array elementJoel Brobecker1-1/+12
2012-03-05 * value.c (value_primitive_field): Don't fetch contents forTom Tromey1-5/+11
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1
2012-03-01 * value.c (value_primitive_field): Handle virtual base classes.Tom Tromey1-2/+9
2012-02-21gdb/Anton Gorenkov1-3/+27
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-22 PR python/12533:Tom Tromey1-6/+30
2011-12-22 * value.c (struct value) <modifiable, lazy, optimized_out,Tom Tromey1-35/+38
2011-10-13gdb/Jan Kratochvil1-4/+7
2011-10-09gdb/Jan Kratochvil1-7/+37