Searched refs:FindSoftwareBreakpoint (Results 1 – 2 of 2) sorted by relevance
116 bool FindSoftwareBreakpoint(lldb::addr_t addr);
315 bool NativeProcessWindows::FindSoftwareBreakpoint(lldb::addr_t addr) { in FindSoftwareBreakpoint() function in lldb_private::NativeProcessWindows491 if (FindSoftwareBreakpoint(record.GetExceptionAddress())) { in OnDebugException()