reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Target.h
 1213   bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 4792         success = target.SetStopHookActiveStateByID(user_id, m_enable);