Searched refs:thread_error (Results 1 – 1 of 1) sorted by relevance
177 Status thread_error = in SetWatchpoint() local179 if (thread_error.Fail() && hardware) { in SetWatchpoint()182 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()183 if (thread_error.Success()) in SetWatchpoint()188 if (thread_error.Success()) { in SetWatchpoint()202 return thread_error; in SetWatchpoint()218 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local219 if (thread_error.Fail()) { in RemoveWatchpoint()224 overall_error = thread_error; in RemoveWatchpoint()264 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local[all …]