Skip to content
  • Jason Molenda's avatar
    Add a new python file to help diagnose backtrace failures in the field. · caae381b
    Jason Molenda authored
    It will be installed in the LLDB.framework and can be loaded with
    
      (lldb) script import lldb.macosx
    
    after which a "unwind-diagnose" command will be registered.  Select
    the thread which has a bad backtrace and run this command -- a lot
    of information about the stack frames, and an alternate backtrace
    algorithm, will be used.  The information will often be sufficient
    for a remote person to figure out why the backtrace failed.
    <rdar://problem/13679300> 
    
    llvm-svn: 180077
    caae381b
Loading