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.cpp3119 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3121 if (error_no == 0) { in EnableBreakpointSite()
3137 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3139 "error: %d sending the breakpoint request", error_no); in EnableBreakpointSite()
3159 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3161 if (error_no == 0) { in EnableBreakpointSite()
3172 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3176 error_no); in EnableBreakpointSite()