Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1420 bool RemoveStopHookByID(lldb::user_id_t uid);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2838 if (!RemoveStopHookByID(user_id)) in UndoCreateStopHook()
2844 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) { in RemoveStopHookByID() function in Target
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5120 if (!target.RemoveStopHookByID(user_id)) { in DoExecute()