Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp153 int error_no = static_cast<int>(death_event.data); in kqueue_thread() local
154 const char *error_str = strerror(error_no); in kqueue_thread()
157 DNBLogError("Failed to initialize kqueue event: (%d): %s", error_no, in kqueue_thread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2966 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
2968 if (error_no == 0) { in EnableBreakpointSite()
2984 if (error_no != UINT8_MAX) in EnableBreakpointSite()
2986 "error: %d sending the breakpoint request", error_no); in EnableBreakpointSite()
3006 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3008 if (error_no == 0) { in EnableBreakpointSite()
3019 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3023 error_no); in EnableBreakpointSite()