Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DStopInfo.h176 PerformAction (Event *event_ptr) in PerformAction() function
DProcess.h3560 virtual EventActionResult PerformAction (lldb::EventSP &event_sp) = 0;
3595 virtual EventActionResult PerformAction (lldb::EventSP &event_sp);
/external/lldb/source/Target/
DStopInfo.cpp312 PerformAction (Event *event_ptr) in PerformAction() function in lldb_private::StopInfoBreakpoint
640 PerformAction (Event *event_ptr) in PerformAction() function in lldb_private::StopInfoWatchpoint
1069 PerformAction (Event *event_ptr) in PerformAction() function in lldb_private::StopInfoExec
DProcess.cpp2979 Process::AttachCompletionHandler::PerformAction (lldb::EventSP &event_sp) in PerformAction() function in Process::AttachCompletionHandler
3905 …NextEventAction::EventActionResult action_result = m_next_event_action_ap->PerformAction(event_sp); in HandlePrivateEvent()
4189 stop_info_sp->PerformAction(event_ptr); in DoOnRemoval()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1349 PerformAction(const Action<F>& action, in PerformAction() function
1381 static ActionResultHolder* PerformAction( in PerformAction() function
1470 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()