Home
last modified time | relevance | path

Searched refs:totalFrames (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py155 totalFrames = self.get_dict_value(response, ['body', 'totalFrames'])
156 self.assertTrue(totalFrames > 0,
159 return (stackFrames, totalFrames)
164 (stackFrames, totalFrames) = self.get_stackFrames_and_totalFramesCount(
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2499 const auto totalFrames = thread.GetNumFrames(); in request_stackTrace() local
2500 body.try_emplace("totalFrames", totalFrames); in request_stackTrace()