Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 309 SendGDBStoppointTypePacket (GDBStoppointType type, // Type of breakpoint or watchpoint
|
D | ProcessGDBRemote.cpp | 2229 … 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()
|
D | GDBRemoteCommunicationClient.cpp | 2242 GDBRemoteCommunicationClient::SendGDBStoppointTypePacket (GDBStoppointType type, bool insert, addr… in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
|