Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp176 Status thread_error = in SetWatchpoint() local
178 if (thread_error.Fail() && hardware) { in SetWatchpoint()
182 if (thread_error.Success()) in SetWatchpoint()
187 if (thread_error.Success()) { in SetWatchpoint()
201 return thread_error; in SetWatchpoint()
217 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint() local
218 if (thread_error.Fail()) { in RemoveWatchpoint()
223 overall_error = thread_error; in RemoveWatchpoint()
263 Status thread_error = thread->SetHardwareBreakpoint(addr, size); in SetHardwareBreakpoint() local
264 if (thread_error.Success()) { in SetHardwareBreakpoint()
[all …]