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

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


We use local signals.
```
return getattr(signal, signal_name)
```

On Mon, Jul 13, 2015 at 11:07 AM, Greg Clayton <clayborg at gmail.com> wrote:

> clayborg added a comment.
>
> So what happens if we are not connected to a remote platform? Do we get
> UnixSignal that are empty? Do we fall back to some constant notion of what
> we think the signal should be?
>
>
> http://reviews.llvm.org/D11094
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150713/d908bafe/attachment.html>


More information about the lldb-commits mailing list