Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2921 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 2961 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3025 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite() 3032 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite() 3088 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint() 3134 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint() 5170 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchSoftwareBreakpoints() 5182 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchHardwareTraps() 5195 m_gdb_comm.SendGDBStoppointTypePacket(type, enable, wp->GetLoadAddress(), in DidForkSwitchHardwareTraps()
|
H A D | GDBRemoteCommunicationClient.h | 284 uint8_t SendGDBStoppointTypePacket(
|
H A D | GDBRemoteCommunicationClient.cpp | 2784 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
|