#include <ucdebugging.h>
Inheritance diagram for FinishBreakpoint:


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 |
Definition at line 99 of file ucdebugging.h.
| FinishBreakpoint::FinishBreakpoint | ( | Stack_frame * | frame | ) |
Definition at line 83 of file ucdebugging.cc.
References call_chain, call_depth, and Ucscript::frame.
| virtual Breakpoint_type FinishBreakpoint::get_type | ( | ) | const [inline, virtual] |
| 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] |
int FinishBreakpoint::call_chain [private] |
int FinishBreakpoint::call_depth [private] |
1.5.1