Home
last modified time | relevance | path

Searched refs:SetCurrentPlatformSDKRoot (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdEnviro.cpp81 bool bOk = rLldbDbg.SetCurrentPlatformSDKRoot(strWkDir.c_str()); in Execute()
H A DMICmdCmdFile.cpp126 if (!rDbgr.SetCurrentPlatformSDKRoot(strWkDir.c_str())) { in Execute()
H A DMICmdCmdTarget.cpp137 if (!rDbgr.SetCurrentPlatformSDKRoot(strWkDir.c_str())) { in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h164 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1141 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() function in SBDebugger