Searched refs:SetCurrentPlatform (Results 1 – 6 of 6) sorted by relevance
35 self.assertSuccess(self.dbg.SetCurrentPlatform("remote-netbsd"))48 self.assertSuccess(self.dbg.SetCurrentPlatform("remote-netbsd"))
34 self.dbg.SetCurrentPlatform(platform_name)
31 self.dbg.SetCurrentPlatform(None)
369 SetCurrentPlatform (const char *platform_name);
237 lldb::SBError SetCurrentPlatform(const char *platform_name);
1458 SBError SBDebugger::SetCurrentPlatform(const char *platform_name_cstr) { in SetCurrentPlatform() function in SBDebugger