[Lldb-commits] [PATCH] Add API control of the signal disposition.

Zachary Turner zturner at google.com
Tue Jun 24 14:29:44 PDT 2014


Thanks. It looks like UnixSignals.cpp is compiled on Windows, therefore
this should too.  For whatever reason, the list of files to compile for the
API are maintained in a different CMake location on Windows than on
non-Windows.  So when adding a file to API, you need to add it in two
places.  Don't revert, I'll just check in a fix that compiles on Windows.
 Already tested it locally, just wanted to confirm your intent first.

http://reviews.llvm.org/D4221






More information about the lldb-commits mailing list