Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py35 self.assertSuccess(self.dbg.SetCurrentPlatform("remote-netbsd"))
48 self.assertSuccess(self.dbg.SetCurrentPlatform("remote-netbsd"))
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py34 self.dbg.SetCurrentPlatform(platform_name)
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py31 self.dbg.SetCurrentPlatform(None)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i369 SetCurrentPlatform (const char *platform_name);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h237 lldb::SBError SetCurrentPlatform(const char *platform_name);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1458 SBError SBDebugger::SetCurrentPlatform(const char *platform_name_cstr) { in SetCurrentPlatform() function in SBDebugger