Home
last modified time | relevance | path

Searched refs:WriteCoreFile (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/debugger/jobs/
H A DWriteCoreFileJob.cpp50 error = fDebuggerInterface->WriteCoreFile(path.Path()); in Do()
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h73 virtual status_t WriteCoreFile(const char* path);
H A DCoreFileDebuggerInterface.cpp322 CoreFileDebuggerInterface::WriteCoreFile(const char* path) in WriteCoreFile() function in CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h64 virtual status_t WriteCoreFile(const char* path);
H A DLocalDebuggerInterface.cpp737 LocalDebuggerInterface::WriteCoreFile(const char* path) in WriteCoreFile() function in LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h93 virtual status_t WriteCoreFile(const char* path) = 0;