Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp325 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP() local
326 if (brkpt_error.Fail()) in MonitorSIGTRAP()
328 thread_info->first, brkpt_error); in MonitorSIGTRAP()