Searched defs:SkipAppInitFiles (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h377 SkipAppInitFiles (bool skip_app_init_files) function in class:lldb_private::CommandInterpreter
/external/lldb/source/API/
H A DSBDebugger.cpp115 interp.get()->SkipAppInitFiles (false);
122 interp.get()->SkipAppInitFiles (true);
223 SBDebugger::SkipAppInitFiles (bool b) function in class:SBDebugger
226 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles (b);

Completed in 136 milliseconds