Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3162 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3164 if (error_no == 0) { in EnableBreakpointSite()
3180 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3182 "error: %d sending the breakpoint request", error_no); in EnableBreakpointSite()
3202 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3204 if (error_no == 0) { in EnableBreakpointSite()
3215 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3219 error_no); in EnableBreakpointSite()