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

Chaoren Lin chaorenl at google.com
Tue Mar 17 17:26:39 PDT 2015


Hi clayborg, ovyalov, tberghammer, vharron,

Reorganized NativeProcessLinux::MonitorSIGTRAP to check for breakpoint and
watchpoint hits on TRAP_TRACE.

Added test for stepping over watchpoints.

https://llvm.org/bugs/show_bug.cgi?id=22814

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
  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.22148.patch
Type: text/x-patch
Size: 25096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150318/46947e86/attachment.bin>


More information about the lldb-commits mailing list