Searched refs:coreFilePath (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.h29 virtual status_t LoadCore(const char* coreFilePath,
H A DLocalTargetHostInterface.cpp193 LocalTargetHostInterface::LoadCore(const char* coreFilePath, argument
202 status_t error = coreFile->Init(coreFilePath);
/haiku/src/kits/debugger/target_host_interface/network/
H A DNetworkTargetHostInterface.cpp88 NetworkTargetHostInterface::LoadCore(const char* coreFilePath, argument
H A DNetworkTargetHostInterface.h29 virtual status_t LoadCore(const char* coreFilePath,
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h53 virtual status_t LoadCore(const char* coreFilePath,
125 const char* coreFilePath; member in struct:TeamDebuggerOptions
/haiku/src/apps/debugger/
H A DDebugger.cpp97 const char* coreFilePath; member in struct:Options
108 coreFilePath(NULL)
122 _debuggerOptions.coreFilePath = options.coreFilePath;
124 if (options.coreFilePath != NULL)
163 options.coreFilePath = optarg;
483 options.coreFilePath = path.Path();
536 options.coreFilePath = path.Path();
692 && options.coreFilePath == NULL) {
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp29 coreFilePath(NULL)
272 error = LoadCore(options.coreFilePath, interface, threadID);
275 options.coreFilePath, strerror(error));

Completed in 61 milliseconds