diff options
Diffstat (limited to 'source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
| -rw-r--r-- | source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index a38110faaec6..712d85eed082 100644 --- a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -340,6 +340,8 @@ public:    bool GetQXferAuxvReadSupported(); +  void EnableErrorStringInPacket(); +    bool GetQXferLibrariesReadSupported();    bool GetQXferLibrariesSVR4ReadSupported(); @@ -549,6 +551,7 @@ protected:    LazyBool m_supports_jLoadedDynamicLibrariesInfos;    LazyBool m_supports_jGetSharedCacheInfo;    LazyBool m_supports_QPassSignals; +  LazyBool m_supports_error_string_reply;    bool m_supports_qProcessInfoPID : 1, m_supports_qfProcessInfo : 1,        m_supports_qUserName : 1, m_supports_qGroupName : 1,  | 
