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 D | lldbvscode_testcase.py | 287 sourcePath=None, debuggerRoot=None, launchCommands=None, argument 320 sourcePath=sourcePath, 346 terminateCommands=None, sourcePath=None, argument 359 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal,
|
| H A D | vscode.py | 639 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 D | format.py | 186 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 D | TestVSCode_launch.py | 148 sourcePath=program_dir)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 525 auto sourcePath = GetString(arguments, "sourcePath"); in SetSourceMapFromArguments() local 547 if (sourcePath.empty()) in SetSourceMapFromArguments() 550 strm << "\".\" \"" << sourcePath << "\""; in SetSourceMapFromArguments()
|