Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h654 std::vector<FileSpec> m_command_source_dirs; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2557 m_command_source_dirs.push_back(cmd_file.CopyByRemovingLastPathComponent()); in HandleCommandsFromFile()
2563 m_command_source_dirs.pop_back(); in HandleCommandsFromFile()
2985 if (m_command_source_dirs.empty()) in GetCurrentSourceDir()
2987 return m_command_source_dirs.back(); in GetCurrentSourceDir()