Searched refs:stackFrames (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/ |
| H A D | TestVSCode_stackTrace.py | 20 def verify_stackFrames(self, start_idx, stackFrames): argument 22 for stackFrame in stackFrames: 77 frameCount = len(stackFrames) 82 self.verify_stackFrames(startFrame, stackFrames) 87 self.assertEquals(frameCount, len(stackFrames), 90 self.verify_stackFrames(startFrame, stackFrames) 96 self.assertEquals(frameCount, len(stackFrames), 106 self.assertEquals(levels, len(stackFrames), 116 self.assertEquals(levels, len(stackFrames), 127 self.assertEquals(levels, len(stackFrames), [all …]
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | lldbvscode_testcase.py | 154 stackFrames = self.get_dict_value(response, ['body', 'stackFrames']) 159 return (stackFrames, totalFrames) 164 (stackFrames, totalFrames) = self.get_stackFrames_and_totalFramesCount( 169 return stackFrames 172 stackFrames = self.get_stackFrames(threadId=threadId, 175 if stackFrames is not None: 176 stackFrame = stackFrames[0]
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 346 OS << R"( "stackFrames": {)"; in exportAsChromeTraceEventFormat()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 2476 llvm::json::Array stackFrames; in request_stackTrace() local 2487 stackFrames.emplace_back(CreateStackFrame(frame)); in request_stackTrace() 2492 body.try_emplace("stackFrames", std::move(stackFrames)); in request_stackTrace()
|