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 D | lldbvscode_testcase.py | 287 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 D | vscode.py | 650 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 D | format.py | 195 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 D | lldb-vscode.cpp | 528 auto sourcePath = GetString(arguments, "sourcePath"); in SetSourceMapFromArguments() local 550 if (sourcePath.empty()) in SetSourceMapFromArguments() 553 strm << "\".\" \"" << sourcePath << "\""; in SetSourceMapFromArguments()
|