Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h31 } GDBStoppointType; typedef
296 SupportsGDBStoppointPacket (GDBStoppointType type) in SupportsGDBStoppointPacket()
309 SendGDBStoppointTypePacket (GDBStoppointType type, // Type of breakpoint or watchpoint
DProcessGDBRemote.cpp2312 static GDBStoppointType
2347 GDBStoppointType type = GetGDBStoppointType(wp); in EnableWatchpoint()
2399 GDBStoppointType type = GetGDBStoppointType(wp); in DisableWatchpoint()
DGDBRemoteCommunicationClient.cpp2242 GDBRemoteCommunicationClient::SendGDBStoppointTypePacket (GDBStoppointType type, bool insert, addr… in SendGDBStoppointTypePacket()