Searched refs:PostSyscallEvent (Results 1 – 5 of 5) sorted by relevance
221 PostSyscallEvent::PostSyscallEvent(team_id team, thread_id thread, in PostSyscallEvent() function in PostSyscallEvent
202 class PostSyscallEvent : public DebugEvent {204 PostSyscallEvent(team_id team,
27 class PostSyscallEvent; variable198 PostSyscallEvent* event);
1676 PostSyscallEvent* postSyscallEvent in _HandleDebuggerMessage()1677 = dynamic_cast<PostSyscallEvent*>(event); in _HandleDebuggerMessage()1855 TeamDebugger::_HandlePostSyscall(PostSyscallEvent* event) in _HandlePostSyscall()
897 event = new(std::nothrow) PostSyscallEvent(message.origin.team, in _CreateDebugEvent()