Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py287 sourcePath=None, debuggerRoot=None, launchCommands=None, argument
320 sourcePath=sourcePath,
346 terminateCommands=None, sourcePath=None, argument
359 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal,
H A Dvscode.py639 terminateCommands=None ,sourcePath=None, argument
673 if sourcePath:
674 args_dict['sourcePath'] = sourcePath
1020 sourcePath=options.sourcePath,
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dformat.py186 sourcePath = testSuite.getSourcePath(pathInSuite)
187 for filename in os.listdir(sourcePath):
192 filepath = os.path.join(sourcePath, filename)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py148 sourcePath=program_dir)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp525 auto sourcePath = GetString(arguments, "sourcePath"); in SetSourceMapFromArguments() local
547 if (sourcePath.empty()) in SetSourceMapFromArguments()
550 strm << "\".\" \"" << sourcePath << "\""; in SetSourceMapFromArguments()