#include <berryDebugBreakpointManager.h>
◆ AddObjectBreakpoint()
void berry::DebugBreakpointManager::AddObjectBreakpoint |
( |
unsigned long |
objectTraceId | ) |
|
◆ AddSmartpointerBreakpoint()
void berry::DebugBreakpointManager::AddSmartpointerBreakpoint |
( |
int |
smartPointerId, |
|
|
const Object * |
obj = nullptr |
|
) |
| |
◆ BreakAtObject()
bool berry::DebugBreakpointManager::BreakAtObject |
( |
unsigned long |
traceId | ) |
const |
◆ BreakAtSmartpointer()
bool berry::DebugBreakpointManager::BreakAtSmartpointer |
( |
int |
spId | ) |
const |
◆ GetObjectBreakpoints()
const std::set<unsigned long>& berry::DebugBreakpointManager::GetObjectBreakpoints |
( |
| ) |
const |
◆ GetSmartPointerBreakpoints()
const Poco::HashMap<int, const Object*>& berry::DebugBreakpointManager::GetSmartPointerBreakpoints |
( |
| ) |
const |
◆ RemoveObjectBreakpoint()
void berry::DebugBreakpointManager::RemoveObjectBreakpoint |
( |
unsigned long |
objectTraceId | ) |
|
◆ RemoveSmartpointerBreakpoint()
void berry::DebugBreakpointManager::RemoveSmartpointerBreakpoint |
( |
int |
smartPointerId | ) |
|
◆ RestoreState()
void berry::DebugBreakpointManager::RestoreState |
( |
const QString & |
path | ) |
|
◆ SaveState()
void berry::DebugBreakpointManager::SaveState |
( |
const QString & |
path | ) |
const |
◆ BREAKPOINTS_XML
const std::string berry::DebugBreakpointManager::BREAKPOINTS_XML |
|
static |
The documentation for this class was generated from the following file: