aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-2/+2
2015-07-28Introduce get_value_archSimon Marchi1-0/+4
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi1-1/+1
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+2
2015-04-29PR python/18285Doug Evans1-2/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-0/+2
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka1-0/+5
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves1-7/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-47/+111
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra1-1/+2
2014-07-30constify some cli-utils stuffTom Tromey1-1/+1
2014-07-14Garbage collect value_contents_equal.Pedro Alves1-1/+0
2014-06-04handle VLA in a struct or unionTom Tromey1-0/+2
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-0/+6
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-3/+4
2014-04-14constify value_aggregate_eltTom Tromey1-1/+1
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra1-0/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess1-0/+14
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-0/+5
2013-08-29cleanup: make allocate_value_contents staticSanimir Agovic1-1/+0
2013-08-27Add options to skip unavailable localsYao Qi1-0/+4
2013-08-13Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,Sergio Durigan Junior1-4/+3
2013-08-02fix PR symtab/15719Tom Tromey1-1/+2
2013-07-10ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker1-1/+7
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-1/+1
2013-06-28[PR tui/14880] Fetch values before comparing their contents.Pedro Alves1-1/+6
2013-05-14 * eval.c (parse_and_eval_long): Make 'exp' const.Tom Tromey1-1/+1
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-3/+3
2013-02-06Allow struct 'return' on 32-bit sparc.David S. Miller1-0/+4
2013-01-29 * value.c (deprecated_set_value_modifiable): Remove.Tom Tromey1-2/+0
2013-01-25 * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy1-1/+1
2013-01-25http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess1-0/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * symtab.c (check_field): Now static. Move from...Tom Tromey1-2/+0
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-1/+2
2012-09-27 * gdbtypes.c (lookup_array_range_type): Expand parametersSiddhesh Poyarekar1-2/+2
2012-08-13gdb/Yao Qi1-2/+0
2012-06-15 * valops.c (value_find_oload_method_list): Now static.Tom Tromey1-5/+0
2012-06-13 * breakpoint.c (condition_completer): New function.Tom Tromey1-0/+2
2012-05-21 PR c++/7173:Tom Tromey1-1/+1
2012-05-18 PR exp/13907:Tom Tromey1-3/+3
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey1-1/+2
2012-05-16 gdb/Maciej W. Rozycki1-1/+1
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-3/+45
2012-04-14gdb/doc/ChangeLog:Anton Gorenkov1-0/+16
2012-04-03gdb/Jan Kratochvil1-0/+14
2012-03-16[Ada] Crash when trying to set value of packed array elementJoel Brobecker1-0/+1
2012-03-02language-specific read_var_value for Ada renamingsJoel Brobecker1-0/+3