Searched refs:StopHook (Results 1 – 3 of 3) sorted by relevance
988 class StopHook : public UserID991 ~StopHook ();993 StopHook (const StopHook &rhs);1066 StopHook (lldb::TargetSP target_sp, lldb::user_id_t uid);1069 typedef std::shared_ptr<StopHook> StopHookSP;
1985 new_hook_sp.reset (new StopHook(shared_from_this(), new_uid)); in AddStopHook()2183 Target::StopHook::StopHook (lldb::TargetSP target_sp, lldb::user_id_t uid) : in StopHook() function in Target::StopHook2193 Target::StopHook::StopHook (const StopHook &rhs) : in StopHook() function in Target::StopHook2206 Target::StopHook::~StopHook () in ~StopHook()2211 Target::StopHook::SetThreadSpecifier (ThreadSpec *specifier) in SetThreadSpecifier()2218 Target::StopHook::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
4862 Target::StopHook *new_stop_hook = ((Target::StopHook *) baton); in ReadCommandsCallbackFunction()