Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py256 postRunCommands=None, sourceMap=None, sourceInitFile=False): argument
277 sourceMap=sourceMap)
288 sourceMap=None, disconnectAutomatically=True, runInTerminal=False, argument
323 sourceMap=sourceMap,
H A Dvscode.py520 sourceMap=None): argument
547 if sourceMap:
548 args_dict['sourceMap'] = sourceMap
651 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
690 if sourceMap:
691 args_dict['sourceMap'] = sourceMap
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp531 auto sourceMap = arguments.getArray("sourceMap"); in SetSourceMapFromArguments() local
532 if (sourceMap) { in SetSourceMapFromArguments()
533 for (const auto &value : *sourceMap) { in SetSourceMapFromArguments()
H A DREADME.md98 |**sourceMap** |[string[2]]| | Specify an array of path re-mappings. Each element in the array…