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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h83 SkipAppInitFiles (bool b);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h372 SkipAppInitFiles (bool skip_app_init_files) function in class:lldb_private::CommandInterpreter
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp174 interp.get()->SkipAppInitFiles (false);
181 interp.get()->SkipAppInitFiles (true);
282 SBDebugger::SkipAppInitFiles (bool b) function in class:SBDebugger
285 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles (b);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp616 m_debugger.SkipAppInitFiles (false);
694 m_debugger.SkipAppInitFiles (true);

Completed in 80 milliseconds