Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h309 SendGDBStoppointTypePacket (GDBStoppointType type, // Type of breakpoint or watchpoint
DProcessGDBRemote.cpp2229 … if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, true, addr, bp_op_size) == 0) in EnableBreakpointSite()
2240 … if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, true, addr, bp_op_size) == 0) in EnableBreakpointSite()
2287 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, addr, bp_op_size)) in DisableBreakpointSite()
2292 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, addr, bp_op_size)) in DisableBreakpointSite()
2351 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, wp->GetByteSize()) == 0) in EnableWatchpoint()
2401 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, wp->GetByteSize()) == 0) in DisableWatchpoint()
DGDBRemoteCommunicationClient.cpp2242 GDBRemoteCommunicationClient::SendGDBStoppointTypePacket (GDBStoppointType type, bool insert, addr… in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient