diff options
author | Greg Clayton <gclayton@apple.com> | 2012-01-20 23:12:25 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-01-20 23:12:25 +0000 |
commit | 9054bc18dccf417cdcdbcce37c00aaf34b40ace2 (patch) | |
tree | 4a1d70399e97c752753cf27c7c1cc49561ea05c8 /lldb/examples/python | |
parent | 894f82fa49c89bac6e69bf0ace75c8fa71a05b26 (diff) | |
download | bcm5719-llvm-9054bc18dccf417cdcdbcce37c00aaf34b40ace2.tar.gz bcm5719-llvm-9054bc18dccf417cdcdbcce37c00aaf34b40ace2.zip |
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
Diffstat (limited to 'lldb/examples/python')
-rw-r--r-- | lldb/examples/python/crashlog.lldb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/examples/python/crashlog.lldb b/lldb/examples/python/crashlog.lldb deleted file mode 100644 index 70b62cec74a..00000000000 --- 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 |