Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1407 bool RemoveStopHookByID(lldb::user_id_t uid);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2850 if (!RemoveStopHookByID(user_id)) in UndoCreateStopHook()
2856 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) { in RemoveStopHookByID() function in Target
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5222 if (!target.RemoveStopHookByID(user_id)) { in DoExecute()