Searched refs:platform_name_cstr (Results 1 – 1 of 1) sorted by relevance
1511 SBError SBDebugger::SetCurrentPlatform(const char *platform_name_cstr) { in SetCurrentPlatform() argument1512 LLDB_INSTRUMENT_VA(this, platform_name_cstr); in SetCurrentPlatform()1516 if (platform_name_cstr && platform_name_cstr[0]) { in SetCurrentPlatform()1518 if (PlatformSP platform_sp = platforms.GetOrCreate(platform_name_cstr)) in SetCurrentPlatform()