[Lldb-commits] [lldb] r184487 - Also report any OS python plugin in use.
Jason Molenda
jmolenda at apple.com
Thu Jun 20 15:05:35 PDT 2013
Author: jmolenda
Date: Thu Jun 20 17:05:35 2013
New Revision: 184487
URL: http://llvm.org/viewvc/llvm-project?rev=184487&view=rev
Log:
Also report any OS python plugin in use.
Modified:
lldb/trunk/examples/python/diagnose_unwind.py
Modified: lldb/trunk/examples/python/diagnose_unwind.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/python/diagnose_unwind.py?rev=184487&r1=184486&r2=184487&view=diff
==============================================================================
--- lldb/trunk/examples/python/diagnose_unwind.py (original)
+++ lldb/trunk/examples/python/diagnose_unwind.py Thu Jun 20 17:05:35 2013
@@ -142,6 +142,9 @@ to be helpful when reporting the problem
print ""
print "============================================================================================="
print ""
+ print "OS plugin setting:"
+ debugger.HandleCommand("settings show target.process.python-os-plugin-path")
+ print ""
print "Live register context:"
thread.SetSelectedFrame(0)
debugger.HandleCommand("register read")
More information about the lldb-commits
mailing list