Searched defs:CallFrameId (Results 1 – 6 of 6) sorted by relevance
33 using CallFrameId = std::string; variable
41 TreeNode(int32_t CallFrameId) : data(CallFrameId) {} in TreeNode()
211 def frame(self, id: Union[int, debugger.CallFrameId] = 0) -> Frame:
205 call_frame_id: debugger.CallFrameId,
94 using CallFrameId = int32_t; variable