Home
last modified time | relevance | path

Searched refs:StopHook (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
DTarget.h988 class StopHook : public UserID
991 ~StopHook ();
993 StopHook (const StopHook &rhs);
1066 StopHook (lldb::TargetSP target_sp, lldb::user_id_t uid);
1069 typedef std::shared_ptr<StopHook> StopHookSP;
/external/lldb/source/Target/
DTarget.cpp1985 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::StopHook
2193 Target::StopHook::StopHook (const StopHook &rhs) : in StopHook() function in Target::StopHook
2206 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()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp4862 Target::StopHook *new_stop_hook = ((Target::StopHook *) baton); in ReadCommandsCallbackFunction()