Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/debugger/
DTestDebuggerAPI.py34 self.dbg.SetCurrentPlatform(None)
/external/llvm-project/lldb/test/API/commands/platform/basic/
DTestPlatformPython.py36 self.dbg.SetCurrentPlatform(platform_name)
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i347 SetCurrentPlatform (const char *platform_name);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h188 lldb::SBError SetCurrentPlatform(const char *platform_name);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1431 SBError SBDebugger::SetCurrentPlatform(const char *platform_name_cstr) { in SetCurrentPlatform() function in SBDebugger
1432 LLDB_RECORD_METHOD(lldb::SBError, SBDebugger, SetCurrentPlatform, in SetCurrentPlatform()
1815 LLDB_REGISTER_METHOD(lldb::SBError, SBDebugger, SetCurrentPlatform, in RegisterMethods()