|
LLDB mainline
|
#include "GDBRemoteCommunication.h"#include "ProcessGDBRemote.h"#include "ProcessGDBRemoteLog.h"#include "lldb/Host/Config.h"#include "lldb/Host/FileSystem.h"#include "lldb/Host/Host.h"#include "lldb/Host/Pipe.h"#include "lldb/Host/ProcessLaunchInfo.h"#include "lldb/Host/Socket.h"#include "lldb/Host/common/TCPSocket.h"#include "lldb/Host/posix/ConnectionFileDescriptorPosix.h"#include "lldb/Target/Platform.h"#include "lldb/Utility/Event.h"#include "lldb/Utility/FileSpec.h"#include "lldb/Utility/Log.h"#include "lldb/Utility/RegularExpression.h"#include "lldb/Utility/StreamString.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringRef.h"#include "llvm/Config/llvm-config.h"#include "llvm/Support/Error.h"#include "llvm/Support/ScopedPrinter.h"#include <climits>#include <cstring>#include <sys/stat.h>#include <thread>#include <variant>Go to the source code of this file.
Functions | |
| static void | AddToLog (llvm::StringRef content, llvm::StringRef payload, uint64_t original_packet_size, GDBRemoteCommunicationHistory &history, bool compression_enabled) |
|
static |
Definition at line 613 of file GDBRemoteCommunication.cpp.
References lldb_private::process_gdb_remote::GDBRemoteCommunicationHistory::DidDumpToLog(), lldb_private::process_gdb_remote::GDBRemoteCommunicationHistory::Dump(), lldb_private::GetLog(), lldb_private::StreamString::GetString(), LLDB_LOGF, lldb_private::process_gdb_remote::Packets, lldb_private::Stream::Printf(), and lldb_private::Log::PutString().
Referenced by lldb_private::process_gdb_remote::GDBRemoteCommunication::CheckForPacket().