Lines Matching refs:thread_error
165 Status thread_error = in SetWatchpoint() local
167 if (thread_error.Fail() && hardware) { in SetWatchpoint()
170 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
171 if (thread_error.Success()) in SetWatchpoint()
176 if (thread_error.Success()) { in SetWatchpoint()
190 return thread_error; in SetWatchpoint()
206 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
207 if (thread_error.Fail()) { in RemoveWatchpoint()
212 overall_error = thread_error; in RemoveWatchpoint()
252 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
253 if (thread_error.Success()) { in SetHardwareBreakpoint()
270 return thread_error; in SetHardwareBreakpoint()