#include "GDBRemoteCommunicationHistory.h"
#include "lldb/Core/Communication.h"
#include "lldb/Host/Config.h"
#include "lldb/Host/Socket.h"
#include "lldb/Utility/Args.h"
#include "lldb/Utility/StringExtractorGDBRemote.h"
#include <mutex>
#include <string>
#include "Plugins/Process/gdb-remote/GDBRemoteErrno.def"
Go to the source code of this file.
|
| enum | lldb_private::process_gdb_remote::GDBStoppointType {
lldb_private::process_gdb_remote::eStoppointInvalid = -1
, lldb_private::process_gdb_remote::eBreakpointSoftware = 0
, lldb_private::process_gdb_remote::eBreakpointHardware
, lldb_private::process_gdb_remote::eWatchpointWrite
,
lldb_private::process_gdb_remote::eWatchpointRead
, lldb_private::process_gdb_remote::eWatchpointReadWrite
} |
| enum | { lldb_private::process_gdb_remote::BASE_AUTOSENSE = 0
, lldb_private::process_gdb_remote::BASE_10 = 10
, lldb_private::process_gdb_remote::BASE_16 = 16
} |
| enum class | lldb_private::process_gdb_remote::CompressionType {
lldb_private::process_gdb_remote::None = 0
, lldb_private::process_gdb_remote::ZlibDeflate
, lldb_private::process_gdb_remote::LZFSE
, lldb_private::process_gdb_remote::LZ4
,
lldb_private::process_gdb_remote::LZMA
} |
| enum | lldb_private::process_gdb_remote::GDBErrno { lldb_private::process_gdb_remote::GDB_EUNKNOWN = 9999
} |
◆ HANDLE_ERRNO
| #define HANDLE_ERRNO |
( |
| name, |
|
|
| value ) |