[Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.
Oleksiy Vyalov
ovyalov at google.com
Tue Mar 17 17:53:54 PDT 2015
================
Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:1085
@@ +1084,3 @@
+ wp_index = LLDB_INVALID_INDEX32;
+ return Error();
+}
----------------
Do we need to return failed error here?
================
Comment at: test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py:1
@@ +1,2 @@
+"""Test stepping over watchpoints."""
+
----------------
Did you run this test remotely?
http://reviews.llvm.org/D8404
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list