[lldb-dev] Is it possible to set a python script handler for a signal stop in lldb?

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Mon Nov 16 02:52:08 PST 2015


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
<lldb-dev at lists.llvm.org> 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
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>


More information about the lldb-dev mailing list