Searched refs:CpuStateEvent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp37 // #pragma mark - CpuStateEvent
40 CpuStateEvent::CpuStateEvent(debug_debugger_message eventType, team_id team, function in class:CpuStateEvent
51 CpuStateEvent::~CpuStateEvent()
86 CpuStateEvent(B_DEBUGGER_MESSAGE_BREAKPOINT_HIT, team, thread, state)
97 CpuStateEvent(B_DEBUGGER_MESSAGE_WATCHPOINT_HIT, team, thread, state)
109 CpuStateEvent(B_DEBUGGER_MESSAGE_SINGLE_STEP, team, thread, state)
H A DDebugEvent.h49 class CpuStateEvent : public DebugEvent { class in inherits:DebugEvent
51 CpuStateEvent(debug_debugger_message eventType,
54 virtual ~CpuStateEvent();
82 class BreakpointHitEvent : public CpuStateEvent {
89 class WatchpointHitEvent : public CpuStateEvent {
96 class SingleStepEvent : public CpuStateEvent {

Completed in 78 milliseconds