Searched refs:FindWatchpointByID (Results 1 – 4 of 4) sorted by relevance
765 lldb::SBWatchpoint FindWatchpointByID(lldb::watch_id_t watch_id);
846 FindWatchpointByID (lldb::watch_id_t watch_id);
1434 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() function in SBTarget1435 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in FindWatchpointByID()2652 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in RegisterMethods()
51993 result = (arg1)->FindWatchpointByID(arg2); in _wrap_SBTarget_FindWatchpointByID()