Reorganized NativeProcessLinux::MonitorSIGTRAP to check for watchpoint hits on
TRAP_TRACE.
Added test for stepping over watchpoints.
Paths
| Differential D8404
Report watchpoint hits during single stepping. ClosedPublic Authored by chaoren on Mar 17 2015, 5:26 PM.
Details Summary Reorganized NativeProcessLinux::MonitorSIGTRAP to check for watchpoint hits on Added test for stepping over watchpoints.
Diff Detail
Event Timelinechaoren updated this object. This revision now requires changes to proceed.Mar 17 2015, 5:57 PM labath added inline comments.
jingham added inline comments.
chaoren edited edge metadata. Comment Actions
chaoren edited edge metadata. Comment Actions
This revision is now accepted and ready to land.Mar 19 2015, 3:57 PM chaoren retitled this revision from Report breakpoint/watchpoint hits during single stepping. to Report watchpoint hits during single stepping..Mar 19 2015, 4:30 PM chaoren updated this object. chaoren edited edge metadata. Closed by commit rL232784: Report watchpoint hits during single stepping. (authored by chaoren). · Explain WhyMar 19 2015, 4:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 22324 lldb/trunk/include/lldb/Host/common/NativeRegisterContext.h
lldb/trunk/source/Host/common/NativeRegisterContext.cpp
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.h
lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.cpp
lldb/trunk/test/functionalities/watchpoint/step_over_watchpoint/Makefile
lldb/trunk/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
lldb/trunk/test/functionalities/watchpoint/step_over_watchpoint/main.c
|