This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

No longer accept NULL values in value_bits_valid and value_bits_synthetic_pointer


Following up on
<http://sourceware.org/ml/gdb-patches/2011-02/msg00201.html>.

I've checked in this patch.  We shouldn't be getting
NULL values here anymore.  If I missed a case were we do, the
offending caller needs to be fixed to not pass it.

Pedro Alves

2011-02-14  Pedro Alves  <pedro@codesourcery.com>

	* value.c (value_bits_valid, value_bits_synthetic_pointer):
	No longer handle NULL values.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]