[Lldb-commits] [lldb] r180086 - One line I forgot to remove.

Jason Molenda jmolenda at apple.com
Tue Apr 23 02:49:03 PDT 2013


Author: jmolenda
Date: Tue Apr 23 04:49:03 2013
New Revision: 180086

URL: http://llvm.org/viewvc/llvm-project?rev=180086&view=rev
Log:
One line I forgot to remove.

Modified:
    lldb/trunk/examples/python/unwind_diagnose.py

Modified: lldb/trunk/examples/python/unwind_diagnose.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/python/unwind_diagnose.py?rev=180086&r1=180085&r2=180086&view=diff
==============================================================================
--- lldb/trunk/examples/python/unwind_diagnose.py (original)
+++ lldb/trunk/examples/python/unwind_diagnose.py Tue Apr 23 04:49:03 2013
@@ -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.'





More information about the lldb-commits mailing list