Home
last modified time | relevance | path

Searched refs:StreamGDBRemote (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStreamGDBRemote.cpp20 StreamGDBRemote::StreamGDBRemote() : StreamString() {} in StreamGDBRemote() function in StreamGDBRemote
22 StreamGDBRemote::StreamGDBRemote(uint32_t flags, uint32_t addr_size, in StreamGDBRemote() function in StreamGDBRemote
26 StreamGDBRemote::~StreamGDBRemote() {} in ~StreamGDBRemote()
28 int StreamGDBRemote::PutEscapedBytes(const void *s, size_t src_len) { in PutEscapedBytes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStreamGDBRemote.h21 class StreamGDBRemote : public StreamString {
23 StreamGDBRemote();
25 StreamGDBRemote(uint32_t flags, uint32_t addr_size,
28 ~StreamGDBRemote() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp351 StreamGDBRemote response; in SendWResponse()
360 StreamGDBRemote response; in SendWResponse()
1088 StreamGDBRemote response;
1160 StreamGDBRemote response;
1232 StreamGDBRemote response;
1685 StreamGDBRemote response;
1870 StreamGDBRemote response;
1946 StreamGDBRemote response;
2044 StreamGDBRemote response;
2268 StreamGDBRemote response;
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp565 StreamGDBRemote response; in Handle_vFile_pRead()
605 StreamGDBRemote response; in Handle_vFile_pWrite()
742 StreamGDBRemote response; in Handle_qPlatform_shell()
774 StreamGDBRemote response; in Handle_vFile_MD5()
799 StreamGDBRemote response; in Handle_qPlatform_mkdir()
819 StreamGDBRemote response; in Handle_qPlatform_chmod()
830 StreamGDBRemote response; in Handle_qSupported()
1086 StreamGDBRemote response; in Handle_qModuleInfo()
1170 StreamGDBRemote escaped_response; in Handle_jModulesInfo()
H A DGDBRemoteCommunicationServerPlatform.cpp205 StreamGDBRemote response; in Handle_qLaunchGDBServer()
239 StreamGDBRemote response; in Handle_qQueryGDBServer()
242 StreamGDBRemote escaped_response; in Handle_qQueryGDBServer()
H A DGDBRemoteCommunicationClient.cpp3013 lldb_private::StreamGDBRemote stream; in WriteFile()
3044 lldb_private::StreamGDBRemote stream; in CreateSymlink()
3077 lldb_private::StreamGDBRemote stream; in Unlink()
3298 StreamGDBRemote escaped_packet; in SendStartTracePacket()
3343 StreamGDBRemote escaped_packet; in SendStopTracePacket()
3376 StreamGDBRemote escaped_packet; in SendGetDataPacket()
3385 StreamGDBRemote escaped_packet; in SendGetMetaDataPacket()
3398 StreamGDBRemote escaped_packet; in SendGetTraceConfigPacket()
3462 StreamGDBRemote &packet, lldb::user_id_t uid, lldb::tid_t thread_id, in SendGetTraceDataPacket()
3617 StreamGDBRemote payload; in GetModulesInfo()
[all …]
H A DGDBRemoteCommunicationClient.h609 Status SendGetTraceDataPacket(StreamGDBRemote &packet, lldb::user_id_t uid,
H A DProcessGDBRemote.cpp2976 StreamGDBRemote packet; in DoWriteMemory()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile607 SRCS+= Utility/StreamGDBRemote.cpp