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

Chaoren Lin chaorenl at google.com
Wed Mar 18 15:37:41 PDT 2015


- Made reference values invalid for unimplemented.
- Using step-inst loop.
- Merging TRAP_TRACE & NativeThreadLinux::SetStoppedByWatchpoint logic.
- Using run_break_set_by_symbol.
- Commenting out breakpoint detection until I figure out how to handle conditional breakpoints.
- Remote test fails. The test looked simple enough (no file transfers, special env vars), that I didn't suspect there would be a difference. Investigating...


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


More information about the lldb-commits mailing list