Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp309 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP() local
310 if (brkpt_error.Fail()) in MonitorSIGTRAP()
312 thread_info->first, brkpt_error); in MonitorSIGTRAP()