From 9054bc18dccf417cdcdbcce37c00aaf34b40ace2 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 20 Jan 2012 23:12:25 +0000 Subject: [PATCH] This file is no longer needed since the command: (lldb) script import crashlog will automatically add the "crashlog" command to the command interpreter! llvm-svn: 148598 --- lldb/examples/python/crashlog.lldb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lldb/examples/python/crashlog.lldb diff --git a/lldb/examples/python/crashlog.lldb b/lldb/examples/python/crashlog.lldb deleted file mode 100644 index 70b62cec74a9..000000000000 --- a/lldb/examples/python/crashlog.lldb +++ /dev/null @@ -1,5 +0,0 @@ -# source this file while being chdir'ed in the directory that contains -# this file at the LLDB command line with: -# (lldb) command source crashlog.lldb -script import crashlog -command script add -f crashlog.Symbolicate crashlog