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


Public Member Functions | |
| virtual Breakpoint_type | get_type () const=0 |
| virtual bool | check (Stack_frame *frame) const=0 |
| virtual void | serialize (int fd) const=0 |
Public Attributes | |
| int | id |
| bool | once |
Protected Member Functions | |
| Breakpoint (bool once) | |
Definition at line 40 of file ucdebugging.h.
| Breakpoint::Breakpoint | ( | bool | once | ) | [protected] |
Definition at line 34 of file ucdebugging.cc.
References Breakpoints::getNewID().
Here is the call graph for this function:

| virtual Breakpoint_type Breakpoint::get_type | ( | ) | const [pure virtual] |
Implemented in AnywhereBreakpoint, LocationBreakpoint, StepoverBreakpoint, and FinishBreakpoint.
| virtual bool Breakpoint::check | ( | Stack_frame * | frame | ) | const [pure virtual] |
Implemented in AnywhereBreakpoint, LocationBreakpoint, StepoverBreakpoint, and FinishBreakpoint.
| virtual void Breakpoint::serialize | ( | int | fd | ) | const [pure virtual] |
Implemented in AnywhereBreakpoint, LocationBreakpoint, StepoverBreakpoint, and FinishBreakpoint.
| int Breakpoint::id |
Definition at line 43 of file ucdebugging.h.
| bool Breakpoint::once |
Definition at line 44 of file ucdebugging.h.
1.5.1