Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h35 enum GDBStoppointType { enum
DGDBRemoteCommunicationClient.h301 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()
319 GDBStoppointType type, // Type of breakpoint or watchpoint
DGDBRemoteCommunicationServerLLGS.cpp2616 const GDBStoppointType stoppoint_type = in Handle_Z()
2617 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()
2709 const GDBStoppointType stoppoint_type = in Handle_z()
2710 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
DProcessGDBRemote.cpp3233 static GDBStoppointType GetGDBStoppointType(Watchpoint *wp) { in GetGDBStoppointType()
3265 GDBStoppointType type = GetGDBStoppointType(wp); in EnableWatchpoint()
3312 GDBStoppointType type = GetGDBStoppointType(wp); in DisableWatchpoint()
DGDBRemoteCommunicationClient.cpp2710 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()