diff options
author | Enrico Granata <egranata@apple.com> | 2013-05-30 23:36:47 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-05-30 23:36:47 +0000 |
commit | a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be (patch) | |
tree | b27fd61bcc44bb73724738bd554e1c9e5f7b0792 /lldb/examples/python/diagnose_unwind.py | |
parent | a21397fb01925039cb7df436ae55fc4268559856 (diff) | |
download | bcm5719-llvm-a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be.tar.gz bcm5719-llvm-a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be.zip |
Adding a diagnose-nsstring command
This should help us figure out issues with the NSString data formatter
llvm-svn: 182972
Diffstat (limited to 'lldb/examples/python/diagnose_unwind.py')
-rw-r--r-- | lldb/examples/python/diagnose_unwind.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/diagnose_unwind.py b/lldb/examples/python/diagnose_unwind.py index 379fab93fc8..f261382a5e5 100644 --- a/lldb/examples/python/diagnose_unwind.py +++ b/lldb/examples/python/diagnose_unwind.py @@ -1,5 +1,5 @@ # This implements the "diagnose-unwind" command, usually installed in the debug session like -# script import lldb.macosx +# command script import lldb.diagnose # it is used when lldb's backtrace fails -- it collects and prints information about the stack frames, # and tries an alternate unwind algorithm, that will help to understand why lldb's unwind algorithm did # not succeed. |