I believe there is no such thing at the moment. It might be
interesting to add one though, to enable "conditional" signal
handling. E.g., when an application handles it's own SIGSEGVs, and you
want to pass those quietly, but you want to stop for real problems
(for some definition of "real").

pl

On 16 November 2015 at 04:07, Jay Wang via lldb-dev
<[email protected]> wrote:
> LLDB tutorial tells the way to set a python script handler for a breakpoint.
> see http://lldb.llvm.org/scripting.html
>
> But is there a way to set one for a signal stop?
>
>
> _______________________________________________
> lldb-dev mailing list
> [email protected]
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to