Symbol: coreFilePath
headers/private/debugger/target_host_interface/TargetHostInterface.h
125
const char* coreFilePath;
headers/private/debugger/target_host_interface/TargetHostInterface.h
53
virtual status_t LoadCore(const char* coreFilePath,
src/apps/debugger/Debugger.cpp
122
_debuggerOptions.coreFilePath = options.coreFilePath;
src/apps/debugger/Debugger.cpp
124
if (options.coreFilePath != NULL)
src/apps/debugger/Debugger.cpp
163
options.coreFilePath = optarg;
src/apps/debugger/Debugger.cpp
483
options.coreFilePath = path.Path();
src/apps/debugger/Debugger.cpp
536
options.coreFilePath = path.Path();
src/apps/debugger/Debugger.cpp
692
&& options.coreFilePath == NULL) {
src/apps/debugger/Debugger.cpp
97
const char* coreFilePath;
src/kits/debugger/target_host_interface/TargetHostInterface.cpp
272
error = LoadCore(options.coreFilePath, interface, threadID);
src/kits/debugger/target_host_interface/TargetHostInterface.cpp
275
options.coreFilePath, strerror(error));
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
193
LocalTargetHostInterface::LoadCore(const char* coreFilePath,
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
202
status_t error = coreFile->Init(coreFilePath);
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.h
29
virtual status_t LoadCore(const char* coreFilePath,
src/kits/debugger/target_host_interface/network/NetworkTargetHostInterface.cpp
88
NetworkTargetHostInterface::LoadCore(const char* coreFilePath,
src/kits/debugger/target_host_interface/network/NetworkTargetHostInterface.h
29
virtual status_t LoadCore(const char* coreFilePath,