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