Searched refs:SkipAppInitFiles (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h71 SkipAppInitFiles (bool b);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h377 SkipAppInitFiles (bool skip_app_init_files) function in class:lldb_private::CommandInterpreter
/freebsd-10.0-release/contrib/llvm/tools/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);
/freebsd-10.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp545 m_debugger.SkipAppInitFiles (false);
623 m_debugger.SkipAppInitFiles (true);

Completed in 117 milliseconds