Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1449 typedef std::shared_ptr<StopHook> StopHookSP; typedef
1453 StopHookSP CreateStopHook(StopHook::StopHookKind kind);
1479 StopHookSP GetStopHookByID(lldb::user_id_t uid);
1487 StopHookSP GetStopHookAtIndex(size_t index) { in GetStopHookAtIndex()
1489 return StopHookSP(); in GetStopHookAtIndex()
1634 typedef std::map<lldb::user_id_t, StopHookSP> StopHookCollection;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2999 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook()
3001 Target::StopHookSP stop_hook_sp; in CreateStopHook()
3028 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { in GetStopHookByID()
3029 StopHookSP found_hook; in GetStopHookByID()
3133 StopHookSP cur_hook_sp = stop_entry.second; in RunStopHooks()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp785 const Target::StopHookSP stophook_sp = target_sp->GetStopHookAtIndex(idx); in StopHookIDs()
H A DCommandObjectTarget.cpp4991 Target::StopHookSP new_hook_sp = in DoExecute()
5102 Target::StopHookSP m_stop_hook_sp;
5235 Target::StopHookSP this_hook = target.GetStopHookAtIndex(i); in DoExecute()