proxygen
gdb.FrameId Class Reference
Inheritance diagram for gdb.FrameId:

Public Member Functions

def __init__ (self, sp, pc)
 

Public Attributes

 sp
 
 pc
 

Detailed Description

Definition at line 155 of file gdb.py.

Constructor & Destructor Documentation

def gdb.FrameId.__init__ (   self,
  sp,
  pc 
)

Definition at line 156 of file gdb.py.

156  def __init__(self, sp, pc):
157  self.sp = sp
158  self.pc = pc
159 
160 
def __init__(self, sp, pc)
Definition: gdb.py:156

Member Data Documentation

gdb.FrameId.pc

Definition at line 158 of file gdb.py.

gdb.FrameId.sp

Definition at line 157 of file gdb.py.


The documentation for this class was generated from the following file: