Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp46 const char *log_file_path = getenv("LLDBVSCODE_LOG"); local
57 if (log_file_path)
58 log.reset(new std::ofstream(log_file_path));
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py16 log_file_path = self.getBuildArtifact('vscode.txt')
19 log_file=log_file_path, env=lldbVSCodeEnv)