Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h648 std::vector<FileSpec> m_command_source_dirs; variable
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2555 m_command_source_dirs.push_back(cmd_file.CopyByRemovingLastPathComponent()); in HandleCommandsFromFile()
2561 m_command_source_dirs.pop_back(); in HandleCommandsFromFile()
2970 if (m_command_source_dirs.empty()) in GetCurrentSourceDir()
2972 return m_command_source_dirs.back(); in GetCurrentSourceDir()