Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py42 obj.SetCurrentPlatformSDKRoot("tmp/sdk-root")
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py32 self.dbg.SetCurrentPlatformSDKRoot(None)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i372 SetCurrentPlatformSDKRoot (const char *sysroot);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h239 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1478 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() function in SBDebugger