Home
last modified time | relevance | path

Searched defs:PacketType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h73 enum PacketType { enum
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h89 enum class PacketType { Invalid = 0, Standard, Notify }; enum