Public Member Functions | |
def | __init__ |
def | fetch_b |
def | fetch_frame_locals |
def | fetch_frame_args |
def | __init__ |
def | fetch_b |
def | fetch_frame_locals |
def | fetch_frame_args |
Public Attributes | |
frame | |
symbol_class |
Utility class to fetch and store frame local variables, or frame arguments.
Definition at line 222 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.__init__ | ( | self, | |
frame | |||
) |
Definition at line 227 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.__init__ | ( | self, | |
frame | |||
) |
Definition at line 227 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.fetch_b | ( | self, | |
sym | |||
) |
Local utility method to determine if according to Symbol type whether it should be included in the iterator. Not all symbols are fetched, and only symbols that return True from this method should be fetched.
Definition at line 239 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.fetch_b | ( | self, | |
sym | |||
) |
Local utility method to determine if according to Symbol type whether it should be included in the iterator. Not all symbols are fetched, and only symbols that return True from this method should be fetched.
Definition at line 239 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.fetch_frame_args | ( | self | ) |
Public utility method to fetch frame arguments for the stored frame. Frame arguments are the only type fetched. If there are no frame argument variables, return an empty list.
Definition at line 276 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.fetch_frame_args | ( | self | ) |
Public utility method to fetch frame arguments for the stored frame. Frame arguments are the only type fetched. If there are no frame argument variables, return an empty list.
Definition at line 276 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.fetch_frame_locals | ( | self | ) |
Public utility method to fetch frame local variables for the stored frame. Frame arguments are not fetched. If there are no frame local variables, return an empty list.
Definition at line 255 of file FrameDecorator.py.
def gdb.FrameDecorator.FrameVars.fetch_frame_locals | ( | self | ) |
Public utility method to fetch frame local variables for the stored frame. Frame arguments are not fetched. If there are no frame local variables, return an empty list.
Definition at line 255 of file FrameDecorator.py.
Definition at line 227 of file FrameDecorator.py.
Definition at line 227 of file FrameDecorator.py.