[Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.

Todd Fiala tfiala at google.com
Fri Sep 5 08:16:04 PDT 2014


LGTM. I ran through with this last night and it looks fine.

The issue I called out earlier with the dyld resolver maybe needing one
more check was unnecessary - in the case I was testing it I was skipping
one too few exec calls and so caught two inferior exec handlers in a row.
The second one was obscuring what was happening with the first (correct)
path.

svn commit
Sending        source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
Transmitting file data .
Committed revision 217253.

​


On Thu, Sep 4, 2014 at 3:24 PM, Stephane Sezer <sas at fb.com> wrote:

>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140905/3c80f9a6/attachment.html>


More information about the lldb-commits mailing list