Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1383 typedef std::shared_ptr<StopHook> StopHookSP; typedef
1387 StopHookSP CreateStopHook(StopHook::StopHookKind kind);
1411 StopHookSP GetStopHookByID(lldb::user_id_t uid);
1419 StopHookSP GetStopHookAtIndex(size_t index) { in GetStopHookAtIndex()
1421 return StopHookSP(); in GetStopHookAtIndex()
1565 typedef std::map<lldb::user_id_t, StopHookSP> StopHookCollection;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2834 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook()
2836 Target::StopHookSP stop_hook_sp; in CreateStopHook()
2863 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { in GetStopHookByID()
2864 StopHookSP found_hook; in GetStopHookByID()
2957 StopHookSP cur_hook_sp = stop_entry.second; in RunStopHooks()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp761 const Target::StopHookSP stophook_sp = target_sp->GetStopHookAtIndex(idx); in StopHookIDs()
H A DCommandObjectTarget.cpp5066 Target::StopHookSP new_hook_sp = in DoExecute()
5174 Target::StopHookSP m_stop_hook_sp;
5311 Target::StopHookSP this_hook = target.GetStopHookAtIndex(i); in DoExecute()