[Lldb-commits] [PATCH] D67222: [Windows] Added support of watchpoints to `NativeProcessWindows`

Aleksandr Urakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 5 05:08:03 PDT 2019


aleksandr.urakov created this revision.
aleksandr.urakov added reviewers: asmith, amccarth, stella.stamenova.
aleksandr.urakov added a project: LLDB.
Herald added subscribers: lldb-commits, JDevlieghere, jfb.

This patch adds support of watchpoints to the new `NativeProcessWindows` plugin. The same tests as in D67168 <https://reviews.llvm.org/D67168> pass with these changes when the old plugin is turned off, so they will cover this functionality when the old plugin is gone.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D67222

Files:
  lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.h
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.h
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.h
  lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67222.218894.patch
Type: text/x-patch
Size: 39451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190905/e7f23eed/attachment-0001.bin>


More information about the lldb-commits mailing list