summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* 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 sayingsergiodj2013-09-161-1/+1
* Based on the discussion at:sergiodj2013-09-161-0/+23
* cleanup: make allocate_value_contents staticsagovic2013-08-291-1/+1
* cleanup: replace allocate_value and memcpy with value_from_contentssagovic2013-08-291-4/+1
* Add options to skip unavailable localsqiyao2013-08-271-0/+20
* remove msymbol_objfileTom Tromey2013-08-051-6/+6
* Don't raise an error for optimized out sub-fields.aburgess2013-07-301-3/+2
* value_fetch_lazy, ensure parent is not lazy and check parent for validity.aburgess2013-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.aburgess2013-07-091-4/+5
* Fix bug in value_bits_valid.aburgess2013-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.htmlaburgess2013-07-041-37/+61
* http://sourceware.org/ml/gdb-patches/2013-07/msg00056.htmlaburgess2013-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/qiyao2012-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-usesiddhesh2012-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>sergiodj2012-05-181-1/+0
* gdb/Maciej W. Rozycki2012-05-161-2/+2
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-04-271-5/+39
* gdb/doc/ChangeLog:xgsa2012-04-141-0/+41
* [Ada] Crash when trying to set value of packed array elementJoel Brobecker2012-03-161-1/+12
* * value.c (value_primitive_field): Don't fetch contents forTom Tromey2012-03-051-5/+11
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-1/+1
* * value.c (value_primitive_field): Handle virtual base classes.Tom Tromey2012-03-011-2/+9
* gdb/xgsa2012-02-211-3/+27
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* PR python/12533:Tom Tromey2011-12-221-6/+30
* * value.c (struct value) <modifiable, lazy, optimized_out,Tom Tromey2011-12-221-35/+38
* gdb/Jan Kratochvil2011-10-131-4/+7
* gdb/Jan Kratochvil2011-10-091-7/+37
* 2011-09-02 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-021-2/+12
* gdb/Jan Kratochvil2011-07-141-7/+10
* gdb/Jan Kratochvil2011-07-121-0/+12
* * dwarf2read.c (dwarf2_add_field): Constify.Tom Tromey2011-05-181-1/+1
* * value.c (value_fn_field): Constify.Tom Tromey2011-05-181-1/+1
* gdbTom Tromey2011-05-121-0/+13
* 2011-02-24 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-271-1/+54
* gdb/Pedro Alves2011-02-161-11/+24
* * value.c (value_available_contents_eq): Remove redundant localPedro Alves2011-02-161-15/+6
* 2011-02-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-141-1/+1