Searched refs:breakpointsSource (Results 1 – 1 of 1) sorted by relevance
449 …pointHelper(string threadName, ulong address, Dictionary<ulong, HashSet<string>> breakpointsSource) in SetBreakpointHelper() argument456 if(!breakpointsSource.ContainsKey(address)) in SetBreakpointHelper()458 breakpointsSource.Add(address, new HashSet<string>()); in SetBreakpointHelper()461 if(!breakpointsSource[address].Add(realThreadName)) in SetBreakpointHelper()478 …pointHelper(string threadName, ulong address, Dictionary<ulong, HashSet<string>> breakpointsSource) in RemoveBreakpointHelper() argument480 if(!breakpointsSource.TryGetValue(address, out var breakpoint)) in RemoveBreakpointHelper()