]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/value.c
Skip gdb.server/ tests if lack of XML support
[thirdparty/binutils-gdb.git] / gdb / value.c
2016-06-25  David TaylorSupport structure offsets that are 512K or larger.
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-26  Bernhard Heckelfort_dyn_array: Enable dynamic member types inside...
2016-04-14  Pedro AlvesAvoid implicit float <-> integer conversion warnings
2016-04-08  Martin Galvanvalue: Make accessor methods' parameters const-correct
2016-04-06  Don BreazealEliminate -var-create error for optzd ptr to struct
2016-03-29  Don Breazeal2016-03-29 Don Breazeal <donb@codesourcery.com>
2016-02-01  Andrew Burgessgdb: New set/show max-value-size command.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-28  Simon MarchiConsider addressable memory unit size in various value...
2015-07-28  Simon MarchiIntroduce get_value_arch
2015-07-28  Simon MarchiUpdate comments in struct value for non-8-bits architec...
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-07-06  Simon MarchiCleanup value_fetch_lazy's comment and return value
2015-05-10  Siva Chandra[Python] Add methods reference_value and const_value...
2015-05-05  Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-04-29  Doug EvansPR python/18285
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-29  Siva ChandraEnable chained function calls in C++ expressions.
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-16  Patrick PalkaFix PR12526: -location watchpoints for bitfield arguments
2014-09-04  Pedro AlvesRegression for i686 gdb.dwarf2/pieces-optimized-out.exp
2014-08-20  Joel BrobeckerFix handling of typedefs to types having a data_locatio...
2014-08-20  Pedro Alvesvalue.c (value_contents_bits_eq): Initialize l,h for...
2014-08-19  Pedro AlvesHandle partially optimized out values similarly to...
2014-08-19  Joel Brobeckervalue_from_pointer: remove call to resolve_dynamic_type
2014-08-18  Joel BrobeckerAdd support for DW_AT_data_location.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30  Tom Tromeyconstify some cli-utils stuff
2014-07-24  Tom Tromeyconstify command docs
2014-07-22  Pedro AlvesFix crash on optimized-out entry data values
2014-07-14  Pedro AlvesGarbage collect value_contents_equal.
2014-06-04  Tom Tromeyhandle VLA in a struct or union
2014-06-03  Siva ChandraAdd xmethod interface to the extension language API.
2014-04-14  Sanimir Agovicvla: update type from newly created value
2014-04-14  Sanimir Agovictype: add c99 variable length array support
2014-04-11  Joel BrobeckerRevert the entire VLA series.
2014-04-11  Sanimir Agovicvla: update type from newly created value
2014-04-11  Sanimir Agovictype: add c99 variable length array support
2014-03-13  Doug EvansFix segv when referencing a value added to history...
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-24  Doug Evans * value.c (record_latest_value): Fix comment.
2014-02-06  Doug EvansExtension Language API
2014-01-16  Tom Tromeyrearrange struct value to save memory
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-18  Joel BrobeckerARI fix in value.c::value_entirely_unavailable
2013-12-17  Andrew BurgessConvert the unavailable vector to be bit, not byte...
2013-11-27  Andrew BurgessMake "set debug frame 1" use the standard print routine...
2013-11-26  Andrew BurgessMark entirely optimized out value as non-lazy.
2013-11-22  Tom TromeyDetect infinite loop in value_fetch_lazy's lval_registe...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-25  Pedro AlvesPrint nonexisting/optimized out static fields gracefully.
2013-10-02  Pedro AlvesPrint registers not saved in the frame as "<not saved...
2013-09-16  Sergio Durigan JuniorThe error message in the function was saying
2013-09-16  Sergio Durigan JuniorBased on the discussion at:
2013-08-29  Sanimir Agoviccleanup: make allocate_value_contents static
2013-08-29  Sanimir Agoviccleanup: replace allocate_value and memcpy with value_f...
2013-08-27  Yao QiAdd options to skip unavailable locals
2013-08-05  Tom Tromeyremove msymbol_objfile
2013-07-30  Andrew BurgessDon't raise an error for optimized out sub-fields.
2013-07-30  Andrew Burgessvalue_fetch_lazy, ensure parent is not lazy and check...
2013-07-10  Joel Brobeckerada-lang.c:coerce_unspec_val_to_type: Preserve laziness.
2013-07-09  Andrew BurgessRevert recent changes to value_bits_valid.
2013-07-08  Andrew BurgessFix bug in value_bits_valid.
2013-07-04  Pedro Alvesvalue_bits_valid: Fix latent bug.
2013-07-04  Andrew Burgesshttp://sourceware.org/ml/gdb-patches/2013-07/msg00059...
2013-07-04  Andrew Burgesshttp://sourceware.org/ml/gdb-patches/2013-07/msg00056...
2013-06-28  Pedro Alves[PR tui/14880] Fetch values before comparing their...
2013-05-06  Tom Tromey * ada-lang.c (ada_value_primitive_packed_val): Don't
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-02-06  David S. MillerAllow struct 'return' on 32-bit sparc.
2013-01-29  Tom Tromey * value.c (deprecated_set_value_modifiable): Remove.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-28  Yao Qigdb/
2012-11-14  Luis Machado2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2012-09-25  Siddhesh Poyarekar * ada-valprint.c (ada_val_print_1): Eliminate single-use
2012-08-13  Doug Evans * value.c (show_convenience): Tweak comment.
2012-06-13  Tom Tromey * breakpoint.c (condition_completer): New function.
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16  Maciej W. Rozycki gdb/
2012-04-27  Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-14  Anton Gorenkovgdb/doc/ChangeLog:
2012-03-16  Joel Brobecker[Ada] Crash when trying to set value of packed array...
2012-03-05  Tom Tromey * value.c (value_primitive_field): Don't fetch content...
2012-03-01  Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-03-01  Tom Tromey * value.c (value_primitive_field): Handle virtual...
2012-02-21  Anton Gorenkovgdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-22  Tom Tromey PR python/12533:
2011-12-22  Tom Tromey * value.c (struct value) <modifiable, lazy, optimized_out,
2011-10-13  Jan Kratochvilgdb/
2011-10-09  Jan Kratochvilgdb/
next