Home
last modified time | relevance | path

Searched refs:make_selected (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Interpreter/
DOptionGroupPlatform.cpp28 bool make_selected, in CreatePlatformWithOptions() argument
56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected); in CreatePlatformWithOptions()
/external/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h64 bool make_selected,
/external/lldb/source/API/
DSBDebugger.cpp1111 bool make_selected = true; in SetCurrentPlatform() local
1112 m_opaque_sp->GetPlatformList().Append (platform_sp, make_selected); in SetCurrentPlatform()