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.h24 enum GDBStoppointType { enum
H A DGDBRemoteCommunicationClient.h273 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()
291 GDBStoppointType type, // Type of breakpoint or watchpoint
H A DGDBRemoteCommunicationServerLLGS.cpp2847 const GDBStoppointType stoppoint_type = in Handle_Z()
2848 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()
2940 const GDBStoppointType stoppoint_type = in Handle_z()
2941 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
H A DProcessGDBRemote.cpp3253 static GDBStoppointType
3328 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3354 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3400 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()
5861 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.cpp2830 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()