Searched defs:threadName (Results 1 – 1 of 1) sorted by relevance
76 public void BreakOnNamingThread(string threadName) in BreakOnNamingThread()103 public void SetBreakpoint(string threadName, ulong address = WildcardAddress) in SetBreakpoint()109 public void SetTemporaryBreakpoint(string threadName, ulong address = WildcardAddress) in SetTemporaryBreakpoint()118 public void RemoveBreakpoint(string threadName, ulong address = WildcardAddress) in RemoveBreakpoint()123 public void RemoveTemporaryBreakpoint(string threadName, ulong address = WildcardAddress) in RemoveTemporaryBreakpoint()128 public void RemoveAllBreakpoints(string threadName = null) in RemoveAllBreakpoints()170 public string[,] GetBreakpoints(string threadName = null) in GetBreakpoints()193 public string GetBreakpointsPlain(string threadName = null) in GetBreakpointsPlain()399 private bool TryGetRealThreadName(string threadName, out string realThreadName) in TryGetRealThreadName()417 private bool DoBreakpointExists(ulong address, string threadName) in DoBreakpointExists()[all …]