[Lldb-commits] [PATCH] D11094: Refactor Unix signals.

Chaoren Lin chaorenl at google.com
Mon Jul 13 11:38:13 PDT 2015


I was under the assumption that, in general, you need a remote platform to
have a remote process. Is the iOS thing not a special case? Even in that
specific case, the local host signals should suffice (since that's what we
had before I added the get_signal_number utility).

On Mon, Jul 13, 2015 at 11:09 AM, Chaoren Lin <chaorenl at google.com> wrote:

> chaoren added a subscriber: chaoren.
> chaoren added a comment.
>
> We use local signals.
>
>   return getattr(signal, signal_name)
>
>
> http://reviews.llvm.org/D11094
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150713/131fefeb/attachment.html>


More information about the lldb-commits mailing list