StepoverBreakpoint Class Reference

#include <ucdebugging.h>

Inheritance diagram for StepoverBreakpoint:

Inheritance graph
[legend]
Collaboration diagram for StepoverBreakpoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StepoverBreakpoint (Stack_frame *frame)
virtual Breakpoint_type get_type () const
virtual bool check (Stack_frame *frame) const
virtual void serialize (int fd) const

Private Attributes

int call_chain
int call_depth

Detailed Description

Definition at line 83 of file ucdebugging.h.


Constructor & Destructor Documentation

StepoverBreakpoint::StepoverBreakpoint ( Stack_frame frame  ) 

Definition at line 68 of file ucdebugging.cc.

References call_chain, call_depth, and Ucscript::frame.


Member Function Documentation

virtual Breakpoint_type StepoverBreakpoint::get_type (  )  const [inline, virtual]

Implements Breakpoint.

Definition at line 88 of file ucdebugging.h.

References BP_stepover.

bool StepoverBreakpoint::check ( Stack_frame frame  )  const [virtual]

Implements Breakpoint.

Definition at line 75 of file ucdebugging.cc.

References call_chain, call_depth, and Ucscript::frame.

virtual void StepoverBreakpoint::serialize ( int  fd  )  const [inline, virtual]

Implements Breakpoint.

Definition at line 91 of file ucdebugging.h.


Member Data Documentation

int StepoverBreakpoint::call_chain [private]

Definition at line 95 of file ucdebugging.h.

Referenced by check(), and StepoverBreakpoint().

int StepoverBreakpoint::call_depth [private]

Definition at line 96 of file ucdebugging.h.

Referenced by check(), and StepoverBreakpoint().


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 15:03:56 2007 for ExultEngine by  doxygen 1.5.1