commit | 6f455290465f4e1f9094769d496fc9734a2cfc33 | [log] [tgz] |
---|---|---|
author | Stephane Sezer <sas@cd80.net> | Fri Jan 08 00:00:17 2016 +0000 |
committer | Stephane Sezer <sas@cd80.net> | Fri Jan 08 00:00:17 2016 +0000 |
tree | 890bc3914a8c72761f9a95d303c64a3db293ded7 | |
parent | 54a7c69a34f913c4681ddf2d9088ecdc6babddfe [diff] [blame] |
Make sure we don't send qModuleInfo packets unnecessarily. Summary: Some debug servers don't support it so there's no point in spamming this. Reviewers: clayborg Subscribers: fjricci, lldb-commits Differential Revision: http://reviews.llvm.org/D15972 llvm-svn: 257116
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index d2df214..686b9cf 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -619,6 +619,7 @@ m_supports_QEnvironment:1, m_supports_QEnvironmentHexEncoded:1, m_supports_qSymbol:1, + m_supports_qModuleInfo:1, m_supports_jThreadsInfo:1; lldb::pid_t m_curr_pid;