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

Jim Ingham via lldb-dev lldb-dev at lists.llvm.org
Mon Nov 16 11:03:43 PST 2015


lldb has "target stop-hook"s that you can use to add LLDB command-line commands to react to any sort of stop.  The intent is to also allow Python stop hooks, then you could switch on the thread's stop reason and do signal specific stuff for a signal stop.  But nobody has gotten around to adding Python stop hooks yet.

Jim

> On Nov 15, 2015, at 8:07 PM, 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