Home
last modified time | relevance | path

Searched refs:RegisterMemberFunctionHandler (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp64 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_A, in GDBRemoteCommunicationServerCommon()
66 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
69 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
72 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
75 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
78 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
81 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
84 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
87 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
90 RegisterMemberFunctionHandler( in GDBRemoteCommunicationServerCommon()
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp79 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_C, in RegisterPacketHandlers()
81 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_c, in RegisterPacketHandlers()
83 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_D, in RegisterPacketHandlers()
85 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_H, in RegisterPacketHandlers()
87 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_I, in RegisterPacketHandlers()
89 RegisterMemberFunctionHandler( in RegisterPacketHandlers()
92 RegisterMemberFunctionHandler( in RegisterPacketHandlers()
95 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_M, in RegisterPacketHandlers()
97 RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType__M, in RegisterPacketHandlers()
99 RegisterMemberFunctionHandler(StringExtractorGDBRemot in RegisterPacketHandlers()
[all...]
H A DGDBRemoteCommunicationServerPlatform.cpp53 RegisterMemberFunctionHandler( in AllowPort()
56 RegisterMemberFunctionHandler( in AllowPort()
59 RegisterMemberFunctionHandler( in GetNextAvailablePort()
62 RegisterMemberFunctionHandler( in GetNextAvailablePort()
65 RegisterMemberFunctionHandler( in GetNextAvailablePort()
68 RegisterMemberFunctionHandler( in GetNextAvailablePort()
71 RegisterMemberFunctionHandler( in GetNextAvailablePort()
74 RegisterMemberFunctionHandler( in AssociatePortWithProcess()
77 RegisterMemberFunctionHandler( in AssociatePortWithProcess()
H A DGDBRemoteCommunicationServerCommon.h117 void RegisterMemberFunctionHandler( in RegisterMemberFunctionHandler() function