Home
last modified time | relevance | path

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

/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()
3006 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3070 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3077 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3133 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3179 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
5200 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchSoftwareBreakpoints()
5212 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchHardwareTraps()
5225 m_gdb_comm.SendGDBStoppointTypePacket(type, enable, wp->GetLoadAddress(), in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.h291 uint8_t SendGDBStoppointTypePacket(
H A DGDBRemoteCommunicationClient.cpp2778 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient