Lines Matching refs:thread_error
175 Status thread_error = in SetWatchpoint() local
177 if (thread_error.Fail() && hardware) { in SetWatchpoint()
180 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
181 if (thread_error.Success()) in SetWatchpoint()
186 if (thread_error.Success()) { in SetWatchpoint()
200 return thread_error; in SetWatchpoint()
216 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
217 if (thread_error.Fail()) { in RemoveWatchpoint()
222 overall_error = thread_error; in RemoveWatchpoint()
262 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
263 if (thread_error.Success()) { in SetHardwareBreakpoint()
280 return thread_error; in SetHardwareBreakpoint()