summaryrefslogtreecommitdiff
path: root/gdb/value.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup value_fetch_lazy's comment and return valueSimon Marchi2015-07-061-1/+1
* [Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra2015-05-091-0/+2
* PR python/18285Doug Evans2015-04-291-2/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-0/+2
* Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka2014-09-161-0/+5
* Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves2014-09-041-7/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-47/+111
* Add new argument NOSIDE to find_overload_match.Siva Chandra2014-08-151-1/+2
* constify some cli-utils stuffTom Tromey2014-07-301-1/+1
* Garbage collect value_contents_equal.Pedro Alves2014-07-141-1/+0
* handle VLA in a struct or unionTom Tromey2014-06-041-0/+2
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-0/+6
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-3/+4
* constify value_aggregate_eltTom Tromey2014-04-141-1/+1
* Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2014-01-131-0/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Convert the unavailable vector to be bit, not byte, based.Andrew Burgess2013-12-171-0/+14
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-0/+5
* cleanup: make allocate_value_contents staticSanimir Agovic2013-08-291-1/+0
* Add options to skip unavailable localsYao Qi2013-08-271-0/+4
* Adjusting prototype declaration for gdb/value.h:create_internalvar_type_lazy,Sergio Durigan Junior2013-08-131-4/+3
* fix PR symtab/15719Tom Tromey2013-08-021-1/+2
* ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker2013-07-101-1/+7
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-1/+1
* [PR tui/14880] Fetch values before comparing their contents.Pedro Alves2013-06-281-1/+6
* * eval.c (parse_and_eval_long): Make 'exp' const.Tom Tromey2013-05-141-1/+1
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-3/+3
* Allow struct 'return' on 32-bit sparc.David S. Miller2013-02-061-0/+4
* * value.c (deprecated_set_value_modifiable): Remove.Tom Tromey2013-01-291-2/+0
* * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy2013-01-251-1/+1
* http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess2013-01-251-0/+6
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * symtab.c (check_field): Now static. Move from...Tom Tromey2012-12-141-2/+0
* * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey2012-12-031-1/+2
* * gdbtypes.c (lookup_array_range_type): Expand parametersSiddhesh Poyarekar2012-09-271-2/+2
* gdb/Yao Qi2012-08-131-2/+0
* * valops.c (value_find_oload_method_list): Now static.Tom Tromey2012-06-151-5/+0
* * breakpoint.c (condition_completer): New function.Tom Tromey2012-06-131-0/+2
* PR c++/7173:Tom Tromey2012-05-211-1/+1
* PR exp/13907:Tom Tromey2012-05-181-3/+3
* * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey2012-05-181-1/+2
* gdb/Maciej W. Rozycki2012-05-161-1/+1
* 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-04-271-3/+45
* gdb/doc/ChangeLog:Anton Gorenkov2012-04-141-0/+16
* gdb/Jan Kratochvil2012-04-031-0/+14
* [Ada] Crash when trying to set value of packed array elementJoel Brobecker2012-03-161-0/+1
* language-specific read_var_value for Ada renamingsJoel Brobecker2012-03-021-0/+3
* * value.h (val_print): Return void.Tom Tromey2012-03-011-6/+6
* * value.h (common_val_print): Return void.Tom Tromey2012-03-011-4/+4