Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h36 enum GDBStoppointType { enum
H A DGDBRemoteCommunicationClient.h266 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()
284 GDBStoppointType type, // Type of breakpoint or watchpoint
H A DGDBRemoteCommunicationServerLLGS.cpp2846 const GDBStoppointType stoppoint_type = in Handle_Z()
2847 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()
2939 const GDBStoppointType stoppoint_type = in Handle_z()
2940 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
H A DProcessGDBRemote.cpp3138 static GDBStoppointType
3213 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3239 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3284 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()
5728 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.cpp2811 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()