Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h740 std::vector<FileSpec> m_command_source_dirs; variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2804 m_command_source_dirs.push_back(cmd_file.CopyByRemovingLastPathComponent()); in HandleCommandsFromFile()
2810 m_command_source_dirs.pop_back(); in HandleCommandsFromFile()
3258 if (m_command_source_dirs.empty()) in GetCurrentSourceDir()
3260 return m_command_source_dirs.back(); in GetCurrentSourceDir()