Lines Matching refs:thread_error
176 Status thread_error = in SetWatchpoint() local
178 if (thread_error.Fail() && hardware) { in SetWatchpoint()
181 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
182 if (thread_error.Success()) in SetWatchpoint()
187 if (thread_error.Success()) { in SetWatchpoint()
201 return thread_error; in SetWatchpoint()
217 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
218 if (thread_error.Fail()) { in RemoveWatchpoint()
223 overall_error = thread_error; in RemoveWatchpoint()
263 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
264 if (thread_error.Success()) { in SetHardwareBreakpoint()
281 return thread_error; in SetHardwareBreakpoint()