Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3005 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3007 if (error_no == 0) { in EnableBreakpointSite()
3023 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3025 "error: %d sending the breakpoint request", error_no); in EnableBreakpointSite()
3045 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3047 if (error_no == 0) { in EnableBreakpointSite()
3058 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3062 error_no); in EnableBreakpointSite()