Home
last modified time | relevance | path

Searched refs:thread_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp177 Status thread_error = in SetWatchpoint() local
179 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() local
219 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 …]