Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h36 enum GDBStoppointType { enum
H A DGDBRemoteCommunicationClient.h264 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()
282 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.cpp3117 static GDBStoppointType
3202 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3228 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3273 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()
5551 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.cpp2782 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()