Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/debugger/
DTestDebuggerAPI.py35 self.dbg.SetCurrentPlatformSDKRoot(None)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py41 obj.SetCurrentPlatformSDKRoot("tmp/sdk-root")
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i350 SetCurrentPlatformSDKRoot (const char *sysroot);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h190 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1462 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() function in SBDebugger
1463 LLDB_RECORD_METHOD(bool, SBDebugger, SetCurrentPlatformSDKRoot, in SetCurrentPlatformSDKRoot()
1817 LLDB_REGISTER_METHOD(bool, SBDebugger, SetCurrentPlatformSDKRoot, in RegisterMethods()