diff options
author | Jason Molenda <jmolenda@apple.com> | 2013-06-20 22:05:35 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2013-06-20 22:05:35 +0000 |
commit | e445f8fb4dc155662e38d6b3fff7efd4911b5fba (patch) | |
tree | f1be8596a5ba5eeaea52c348fa42cdef7fde7dda | |
parent | 9bb9fa84dfb86aa684d8717f80f04ee78a74dac4 (diff) | |
download | bcm5719-llvm-e445f8fb4dc155662e38d6b3fff7efd4911b5fba.tar.gz bcm5719-llvm-e445f8fb4dc155662e38d6b3fff7efd4911b5fba.zip |
Also report any OS python plugin in use.
llvm-svn: 184487
-rw-r--r-- | lldb/examples/python/diagnose_unwind.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/examples/python/diagnose_unwind.py b/lldb/examples/python/diagnose_unwind.py index 190143eb961..b5bec1e5038 100644 --- a/lldb/examples/python/diagnose_unwind.py +++ b/lldb/examples/python/diagnose_unwind.py @@ -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") |