FinishBreakpoint Class Reference

#include <ucdebugging.h>

Inheritance diagram for FinishBreakpoint:

Inheritance graph
[legend]
Collaboration diagram for FinishBreakpoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FinishBreakpoint (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 99 of file ucdebugging.h.


Constructor & Destructor Documentation

FinishBreakpoint::FinishBreakpoint ( Stack_frame frame  ) 

Definition at line 83 of file ucdebugging.cc.

References call_chain, call_depth, and Ucscript::frame.


Member Function Documentation

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

Implements Breakpoint.

Definition at line 104 of file ucdebugging.h.

References BP_finish.

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

Implements Breakpoint.

Definition at line 90 of file ucdebugging.cc.

References call_chain, call_depth, and Ucscript::frame.

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

Implements Breakpoint.

Definition at line 107 of file ucdebugging.h.


Member Data Documentation

int FinishBreakpoint::call_chain [private]

Definition at line 110 of file ucdebugging.h.

Referenced by check(), and FinishBreakpoint().

int FinishBreakpoint::call_depth [private]

Definition at line 111 of file ucdebugging.h.

Referenced by check(), and FinishBreakpoint().


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 14:51:27 2007 for ExultEngine by  doxygen 1.5.1