Home
last modified time | relevance | path

Searched refs:m_skip_lldbinit_files (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h373 m_skip_lldbinit_files = skip_lldbinit_files; in SkipLLDBInitFiles()
379 m_skip_app_init_files = m_skip_lldbinit_files; in SkipAppInitFiles()
467 bool m_skip_lldbinit_files; variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp106 m_skip_lldbinit_files (false), in CommandInterpreter()
2413 if (m_skip_lldbinit_files) in SourceInitFile()
2443 if (!init_file && !m_skip_lldbinit_files) in SourceInitFile()