From bdc4f12f1996a3070da0a24b469da9bf93f544dd Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 6 May 2014 02:59:39 +0000 Subject: Add GetxPacketSupported to test if the 'x' packet is supported. llvm-svn: 208052 --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 8de845fa5fe..4293e8b12d7 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -282,6 +282,9 @@ public: bool GetpPacketSupported (lldb::tid_t tid); + bool + GetxPacketSupported (); + bool GetVAttachOrWaitSupported (); @@ -544,6 +547,7 @@ protected: lldb_private::LazyBool m_attach_or_wait_reply; lldb_private::LazyBool m_prepare_for_reg_writing_reply; lldb_private::LazyBool m_supports_p; + lldb_private::LazyBool m_supports_x; lldb_private::LazyBool m_avoid_g_packets; lldb_private::LazyBool m_supports_QSaveRegisterState; lldb_private::LazyBool m_supports_qXfer_auxv_read; -- cgit v1.2.3