[Lldb-commits] [PATCH] fix lldb-mi hang on OSX

dawn at burble.org dawn at burble.org
Wed Nov 26 11:26:23 PST 2014


On Wed, Nov 26, 2014 at 06:08:39PM +0000, Abid, Hafiz wrote:
> Hi Dawn,
> I think some of the _MSC_VER are needed as they guard MSVC specific code so blanket replacing would not work. As I said in an earlier email, I have this working locally and can upstream later. So don't worry about it. I will try to review your OSX hang patch tomorrow if nobody else beats me to it.

Thank you!

Note that there are two optional patches for fixing the hangs.  One that
uses ioctl (from a week ago) and another that uses select with an additional
fix for -gdb-exit.  We would prefer the select patch, but either patch
fixes the hangs and we'll be happy to adopt whichever one you/Codeplay
prefer and/or modify them if needed.

Fixing the hangs is step #1 for geting lldb-mi working on OSX.  We have
several patches in the mix waiting to submit that require this (including
a rework of the --source support).

Thanks again,
-Dawn



More information about the lldb-commits mailing list