Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h728 std::vector<FileSpec> m_command_source_dirs; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2753 m_command_source_dirs.push_back(cmd_file.CopyByRemovingLastPathComponent()); in HandleCommandsFromFile()
2759 m_command_source_dirs.pop_back(); in HandleCommandsFromFile()
3203 if (m_command_source_dirs.empty()) in GetCurrentSourceDir()
3205 return m_command_source_dirs.back(); in GetCurrentSourceDir()