Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp164 Status thread_error = in SetWatchpoint() local
166 if (thread_error.Fail() && hardware) { in SetWatchpoint()
169 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
170 if (thread_error.Success()) in SetWatchpoint()
175 if (thread_error.Success()) { in SetWatchpoint()
189 return thread_error; in SetWatchpoint()
205 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
206 if (thread_error.Fail()) { in RemoveWatchpoint()
211 overall_error = thread_error; in RemoveWatchpoint()
251 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
[all …]