[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
authorJaydeep Patil <jaydeep.patil@imgtec.com>
Thu, 13 Aug 2015 03:46:01 +0000 (03:46 +0000)
committerJaydeep Patil <jaydeep.patil@imgtec.com>
Thu, 13 Aug 2015 03:46:01 +0000 (03:46 +0000)
commit725666cc65f136100b6cb28ed850a712fa1eac1d
treeed98df120ed26933efb41140fa0b523202012e06
parent831435042e887d35876eba411a07082eb6f6a246
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
    SUMMARY:
    The patch supports TAAwatch:addr packet. The patch also sets m_watchpoints_trigger_after_instruction
    to eLazyBoolNo when qHostInfo or qWatchpointSupportInfo is not supported by the target.

    Reviewers: jingham, clayborg
    Subscribers: nitesh.jain, mohit.bhakkad, sagar, bhushan and lldb-commits
    Differential Revision: http://reviews.llvm.org/D11747

llvm-svn: 244865
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp