[Lldb-commits] [PATCH] D15834: Handle hardcoded breakpoints on Windows (e.g., int3 or __debugbreak())
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 6 16:04:52 PST 2016
amccarth updated this revision to Diff 44179.
amccarth added a comment.
Herald added subscribers: srhines, danalbert, tberghammer.
I've rolled bits of TestBuiltinTrap.py into the new test and deleted the old one.
This still works on Windows. I'm not set up to test it on Linux.
http://reviews.llvm.org/D15834
Files:
packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/Makefile
packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py
packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/main.c
packages/Python/lldbsuite/test/linux/builtin_trap/Makefile
packages/Python/lldbsuite/test/linux/builtin_trap/TestBuiltinTrap.py
packages/Python/lldbsuite/test/linux/builtin_trap/main.cpp
source/Plugins/Process/Windows/Live/ProcessWindowsLive.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15834.44179.patch
Type: text/x-patch
Size: 12442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160107/968f6305/attachment-0001.bin>
More information about the lldb-commits
mailing list