coreFilePath
const char* coreFilePath;
virtual status_t LoadCore(const char* coreFilePath,
_debuggerOptions.coreFilePath = options.coreFilePath;
if (options.coreFilePath != NULL)
options.coreFilePath = optarg;
options.coreFilePath = path.Path();
options.coreFilePath = path.Path();
&& options.coreFilePath == NULL) {
const char* coreFilePath;
error = LoadCore(options.coreFilePath, interface, threadID);
options.coreFilePath, strerror(error));
LocalTargetHostInterface::LoadCore(const char* coreFilePath,
status_t error = coreFile->Init(coreFilePath);
virtual status_t LoadCore(const char* coreFilePath,
NetworkTargetHostInterface::LoadCore(const char* coreFilePath,
virtual status_t LoadCore(const char* coreFilePath,