summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-04-23 09:49:03 +0000
committerJason Molenda <jmolenda@apple.com>2013-04-23 09:49:03 +0000
commite005d78241b239fc233034bb322df400bdcb9952 (patch)
treeb0f94ca53033fb2ee82d025e3a380985230c00d7 /lldb/examples/python
parent0f224d2cd458fd2f6e971d3c31395a55d81a3b23 (diff)
downloadbcm5719-llvm-e005d78241b239fc233034bb322df400bdcb9952.tar.gz
bcm5719-llvm-e005d78241b239fc233034bb322df400bdcb9952.zip
One line I forgot to remove.
llvm-svn: 180086
Diffstat (limited to 'lldb/examples/python')
-rw-r--r--lldb/examples/python/unwind_diagnose.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/unwind_diagnose.py b/lldb/examples/python/unwind_diagnose.py
index 53a00d41952..9a91897ba11 100644
--- a/lldb/examples/python/unwind_diagnose.py
+++ b/lldb/examples/python/unwind_diagnose.py
@@ -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.'
OpenPOWER on IntegriCloud