Searched refs:DeleteWatchpoint (Results 1 – 4 of 4) sorted by relevance
763 bool DeleteWatchpoint(lldb::watch_id_t watch_id);
843 DeleteWatchpoint (lldb::watch_id_t watch_id);
1417 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() function in SBTarget1418 LLDB_RECORD_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t), in DeleteWatchpoint()2651 LLDB_REGISTER_METHOD(bool, SBTarget, DeleteWatchpoint, (lldb::watch_id_t)); in RegisterMethods()
51966 result = (bool)(arg1)->DeleteWatchpoint(arg2); in _wrap_SBTarget_DeleteWatchpoint()