if(_proc==null) _proc= defaultAddressSpace().getCurrentProcess();
return _proc;
}
public ImageAddressSpace defaultAddressSpace() {
Image image = defaultTestingImage();
//TODO: come up with a good way to test each address space. For now we will just grab the first one
return (ImageAddressSpace) image.getAddressSpaces().get(0);
}