Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h36 enum GDBStoppointType { enum
H A DGDBRemoteCommunicationClient.h274 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()
292 GDBStoppointType type, // Type of breakpoint or watchpoint
H A DGDBRemoteCommunicationServerLLGS.cpp2842 const GDBStoppointType stoppoint_type = in Handle_Z()
2843 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()
2935 const GDBStoppointType stoppoint_type = in Handle_z()
2936 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
H A DProcessGDBRemote.cpp3099 static GDBStoppointType GetGDBStoppointType(Watchpoint *wp) { in GetGDBStoppointType()
3130 GDBStoppointType type = GetGDBStoppointType(wp); in EnableWatchpoint()
3177 GDBStoppointType type = GetGDBStoppointType(wp); in DisableWatchpoint()
5224 GDBStoppointType type = GetGDBStoppointType(wp.get()); in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.cpp2779 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()