Lines Matching defs:thread_error
177 Status thread_error =
179 if (thread_error.Fail() && hardware) {
182 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false);
183 if (thread_error.Success())
188 if (thread_error.Success()) {
202 return thread_error;
218 Status thread_error = thread->RemoveWatchpoint(addr);
219 if (thread_error.Fail()) {
224 overall_error = std::move(thread_error);
265 Status thread_error = thread->SetHardwareBreakpoint(addr, size);
266 if (thread_error.Success()) {
283 return thread_error;