[Lldb-commits] [PATCH] FreeBSD watchpoint support
John Wolfe
jlw at xinuos.com
Thu Feb 6 18:57:00 PST 2014
The EnableHardwareWatchpoint() call in POSIXThread() is not needed. In existing code, the function call is within an assert(); ergo not in a production lldb.
Revised the comment before the ForceWatchpointsInitialized() call. Corrected a typo in RegisterContextPOSIX.h
Hi emaste,
http://llvm-reviews.chandlerc.com/D2572
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D2572?vs=6884&id=6932#toc
Files:
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
source/Plugins/Process/FreeBSD/ProcessMonitor.h
source/Plugins/Process/Linux/LinuxThread.cpp
source/Plugins/Process/Linux/LinuxThread.h
source/Plugins/Process/POSIX/POSIXThread.cpp
source/Plugins/Process/POSIX/RegisterContextFreeBSD_i386.cpp
source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp
source/Plugins/Process/POSIX/RegisterContextPOSIX.h
source/Plugins/Process/POSIX/RegisterContextPOSIXProcessMonitor_x86.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2572.4.patch
Type: text/x-patch
Size: 13111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140206/e3621133/attachment.bin>
More information about the lldb-commits
mailing list