Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2984 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
2986 if (error_no == 0) { in EnableBreakpointSite()
3002 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3004 "error: %d sending the breakpoint request", error_no); in EnableBreakpointSite()
3024 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3026 if (error_no == 0) { in EnableBreakpointSite()
3037 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3041 error_no); in EnableBreakpointSite()