Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h156 bool GetLwpInfo(lldb::tid_t tid, void *lwpinfo, int &error_no);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3182 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3184 if (error_no == 0) { in EnableBreakpointSite()
3200 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3223 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
3225 if (error_no == 0) { in EnableBreakpointSite()
3236 if (error_no != UINT8_MAX) in EnableBreakpointSite()
3240 error_no); in EnableBreakpointSite()