CalculcateChecksum(llvm::StringRef payload) | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
CheckForPacket(const uint8_t *src, size_t src_len, StringExtractorGDBRemote &packet) | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
Clear() | lldb_private::Communication | virtual |
Communication() | lldb_private::Communication | |
Communication(const Communication &)=delete | lldb_private::Communication | private |
CompressionIsEnabled() | lldb_private::process_gdb_remote::GDBRemoteCommunication | inlineprotected |
Connect(const char *url, Status *error_ptr) | lldb_private::Communication | |
ConnectionStatusAsString(lldb::ConnectionStatus status) | lldb_private::Communication | static |
ConnectLocally(GDBRemoteCommunication &client, GDBRemoteCommunication &server) | lldb_private::process_gdb_remote::GDBRemoteCommunication | static |
DecompressPacket() | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
Disconnect(Status *error_ptr=nullptr) | lldb_private::Communication | virtual |
DumpHistory(Stream &strm) | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
ExpandRLE(std::string) | lldb_private::process_gdb_remote::GDBRemoteCommunication | static |
GDBRemoteCommunication() | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
GDBRemoteCommunication(const GDBRemoteCommunication &)=delete | lldb_private::process_gdb_remote::GDBRemoteCommunication | private |
GDBRemoteCommunicationServer() | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | |
GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &)=delete | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | private |
GetAck() | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
GetCloseOnEOF() const | lldb_private::Communication | inline |
GetConnection() | lldb_private::Communication | inline |
GetDebugserverPath(Platform *platform) | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
GetPacketAndSendResponse(Timeout< std::micro > timeout, Status &error, bool &interrupt, bool &quit) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | |
GetPacketTimeout() const | lldb_private::process_gdb_remote::GDBRemoteCommunication | inline |
GetSendAcks() | lldb_private::process_gdb_remote::GDBRemoteCommunication | inline |
Handle_QErrorStringEnable(StringExtractorGDBRemote &packet) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
HasConnection() const | lldb_private::Communication | |
IsConnected() const | lldb_private::Communication | |
JoinListenThread() | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
ListenThread() | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_bytes | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_bytes_mutex | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_close_on_eof | lldb_private::Communication | protected |
m_compression_type | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_connection_sp | lldb_private::Communication | protected |
m_echo_number | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_exit_now | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
m_history | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_is_platform | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_listen_thread | lldb_private::process_gdb_remote::GDBRemoteCommunication | private |
m_listen_url | lldb_private::process_gdb_remote::GDBRemoteCommunication | private |
m_packet_handlers | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
m_packet_timeout | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_port_promise | lldb_private::process_gdb_remote::GDBRemoteCommunication | private |
m_send_acks | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_send_error_strings | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
m_supports_qEcho | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
m_write_mutex | lldb_private::Communication | protected |
operator=(const GDBRemoteCommunicationServer &)=delete | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | private |
PacketHandler typedef | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | |
PacketResult enum name | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
PacketType enum name | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
Read(void *dst, size_t dst_len, const Timeout< std::micro > &timeout, lldb::ConnectionStatus &status, Status *error_ptr) | lldb_private::Communication | virtual |
ReadFromConnection(void *dst, size_t dst_len, const Timeout< std::micro > &timeout, lldb::ConnectionStatus &status, Status *error_ptr) | lldb_private::Communication | protected |
ReadPacket(StringExtractorGDBRemote &response, Timeout< std::micro > timeout, bool sync_on_timeout) | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
RegisterPacketHandler(StringExtractorGDBRemote::ServerPacketType packet_type, PacketHandler handler) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | |
SendAck() | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
SendErrorResponse(const Status &error) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendErrorResponse(llvm::Error error) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendErrorResponse(uint8_t error) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendIllFormedResponse(const StringExtractorGDBRemote &packet, const char *error_message) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendJSONResponse(const llvm::json::Value &value) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendJSONResponse(llvm::Expected< llvm::json::Value > value) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendNack() | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
SendNotificationPacketNoLock(llvm::StringRef notify_type, std::deque< std::string > &queue, llvm::StringRef payload) | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
SendOKResponse() | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SendPacketNoLock(llvm::StringRef payload) | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
SendRawPacketNoLock(llvm::StringRef payload, bool skip_ack=false) | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
SendUnimplementedResponse(const char *packet) | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | protected |
SetCloseOnEOF(bool b) | lldb_private::Communication | inline |
SetConnection(std::unique_ptr< Connection > connection) | lldb_private::Communication | virtual |
SetPacketRecorder(repro::PacketRecorder *recorder) | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
SetPacketTimeout(std::chrono::seconds packet_timeout) | lldb_private::process_gdb_remote::GDBRemoteCommunication | inline |
StartDebugserverProcess(const char *url, Platform *platform, ProcessLaunchInfo &launch_info, uint16_t *port, const Args *inferior_args, shared_fd_t pass_comm_fd) | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
StartListenThread(const char *hostname="127.0.0.1", uint16_t port=0) | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
WaitForPacketNoLock(StringExtractorGDBRemote &response, Timeout< std::micro > timeout, bool sync_on_timeout) | lldb_private::process_gdb_remote::GDBRemoteCommunication | protected |
Write(const void *src, size_t src_len, lldb::ConnectionStatus &status, Status *error_ptr) | lldb_private::Communication | |
WriteAll(const void *src, size_t src_len, lldb::ConnectionStatus &status, Status *error_ptr) | lldb_private::Communication | |
~Communication() | lldb_private::Communication | virtual |
~GDBRemoteCommunication() override | lldb_private::process_gdb_remote::GDBRemoteCommunication | |
~GDBRemoteCommunicationServer() override | lldb_private::process_gdb_remote::GDBRemoteCommunicationServer | |