[Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.

Chaoren Lin chaorenl at google.com
Thu Mar 19 15:47:38 PDT 2015


- Pass down the watchpoint index to MonitorWatchpoint and then to SetStoppedByWatchpoint as per tberghammer's suggestion.
- Rewrote test using Python API as per jingham's suggestion.


http://reviews.llvm.org/D8404

Files:
  include/lldb/Host/common/NativeRegisterContext.h
  source/Host/common/NativeRegisterContext.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.h
  source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h
  source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
  source/Plugins/Process/Linux/NativeThreadLinux.cpp
  source/Plugins/Process/Linux/NativeThreadLinux.h
  test/functionalities/watchpoint/step_over_watchpoint/Makefile
  test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
  test/functionalities/watchpoint/step_over_watchpoint/main.c

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8404.22316.patch
Type: text/x-patch
Size: 28364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150319/e4276ed9/attachment.bin>


More information about the lldb-commits mailing list