One line I forgot to remove.

llvm-svn: 180086
This commit is contained in:
Jason Molenda 2013-04-23 09:49:03 +00:00
parent 0f224d2cd4
commit e005d78241
1 changed files with 0 additions and 1 deletions

View File

@ -157,6 +157,5 @@ def create_unwind_diagnose_options():
parser = optparse.OptionParser(description=description, prog='unwind_diagnose',usage=usage)
return parser
#def __lldb_init_module (debugger, dict):
lldb.debugger.HandleCommand('command script add -f %s.unwind_diagnose unwind-diagnose' % __name__)
print 'The "unwind-diagnose" command has been installed, type "help unwind-diagnose" for detailed help.'