On Fri, Jul 10, 2009 at 2:33 AM, Pedro Alves wrote: > You can't do that unconditionaly.  struct inferior's are mostly a > process_stratum and inferior control entity: it is an internal error to > call it when there's no current inferior (but note that it is still valid > to read memory from the executable). OK, how's this look? I've: - moved target_dcache to be in struct inferior - added documentation on the flag changes to gdb.texinfo - Jacob