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


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