[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
Thu Jan 7 15:08:52 PST 2016


amccarth updated this revision to Diff 44264.
amccarth added a comment.

Restored TestBuiltinTrap.py because that's actually for something else.

Changed TestDebugbreak.py to use asm("int3") on non-Windows x86.

I've ordered a Linux box, but I don't currently have one, so I haven't been able to try this on Linux yet.


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
  source/Plugins/Process/Windows/Live/ProcessWindowsLive.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15834.44264.patch
Type: text/x-patch
Size: 9371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160107/2ca3fce9/attachment.bin>


More information about the lldb-commits mailing list