commit | e1c716c36cfba90b1d578aa120140b35f9875e8a | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Tue Aug 30 11:17:00 2016 +0000 |
committer | Pavel Labath <labath@google.com> | Tue Aug 30 11:17:00 2016 +0000 |
tree | 6cd38ef91af516bd1fdcb2eead0d51b630cbff83 | |
parent | d13b1239e4e4c1a653d3b7549aff679892a7f727 [diff] [blame] |
Fix fallout from the GetNameColonValue() refactor (r280000) This fixes the linux test suite. llvm-svn: 280074
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index ebeba05..8cfe331 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
@@ -1814,7 +1814,10 @@ while (response.GetNameColonValue(name, value)) { if (name.equals("num")) + { value.getAsInteger(0, m_num_supported_hardware_watchpoints); + num = m_num_supported_hardware_watchpoints; + } } } else