Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py287 sourcePath=None, debuggerRoot=None, sourceInitFile=False, launchCommands=None, argument
320 sourcePath=sourcePath,
346 terminateCommands=None, sourcePath=None, argument
359 terminateCommands, sourcePath, debuggerRoot, sourceInitFile,
H A Dvscode.py650 terminateCommands=None ,sourcePath=None, argument
684 if sourcePath:
685 args_dict['sourcePath'] = sourcePath
1031 sourcePath=options.sourcePath,
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py195 sourcePath = testSuite.getSourcePath(pathInSuite)
196 for filename in os.listdir(sourcePath):
201 filepath = os.path.join(sourcePath, filename)
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp528 auto sourcePath = GetString(arguments, "sourcePath"); in SetSourceMapFromArguments() local
550 if (sourcePath.empty()) in SetSourceMapFromArguments()
553 strm << "\".\" \"" << sourcePath << "\""; in SetSourceMapFromArguments()