Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py404 def get_stackFrame(self, frameIndex=0, threadId=None): argument
424 def get_scope_variables(self, scope_name, frameIndex=0, threadId=None): argument
448 def get_global_variables(self, frameIndex=0, threadId=None): argument
452 def get_local_variables(self, frameIndex=0, threadId=None): argument
456 def get_registers(self, frameIndex=0, threadId=None): argument
460 def get_local_variable(self, name, frameIndex=0, threadId=None): argument
468 def get_local_variable_value(self, name, frameIndex=0, threadId=None): argument
571 def request_continue(self, threadId=None): argument
605 def request_evaluate(self, expression, frameIndex=0, threadId=None, context=None): argument
709 def request_next(self, threadId): argument
[all …]
H A Dlldbvscode_testcase.py147 def get_stackFrames_and_totalFramesCount(self, threadId=None, startFrame=None, argument
162 def get_stackFrames(self, threadId=None, startFrame=None, levels=None, argument
171 def get_source_and_line(self, threadId=None, frameIndex=0): argument
194 def get_local_as_int(self, name, threadId=None): argument
211 def stepIn(self, threadId=None, waitForStop=True): argument
217 def stepOver(self, threadId=None, waitForStop=True): argument
223 def stepOut(self, threadId=None, waitForStop=True): argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp493 uint32_t threadId = iter.first; in printAllPerThread() local
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp2794 parallelFor(0, concurrency, [&](size_t threadId) { in createSymbols()
3275 parallelFor(0, concurrency, [&](size_t threadId) { in finalizeContents()