Home
last modified time | relevance | path

Searched refs:PerformAction (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDStopInfo.h176 PerformAction (Event *event_ptr) in PerformAction() function
HDProcess.h3669 virtual EventActionResult PerformAction (lldb::EventSP &event_sp) = 0;
3704 virtual EventActionResult PerformAction (lldb::EventSP &event_sp);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp312 PerformAction (Event *event_ptr) in PerformAction() function in lldb_private::StopInfoBreakpoint
653 PerformAction (Event *event_ptr) in PerformAction() function in lldb_private::StopInfoWatchpoint
1077 PerformAction (Event *event_ptr) in PerformAction() function in lldb_private::StopInfoExec
HDProcess.cpp3147 Process::AttachCompletionHandler::PerformAction (lldb::EventSP &event_sp) in PerformAction() function in Process::AttachCompletionHandler
4084 …NextEventAction::EventActionResult action_result = m_next_event_action_ap->PerformAction(event_sp); in HandlePrivateEvent()
4373 stop_info_sp->PerformAction(event_ptr); in DoOnRemoval()