diff options
Diffstat (limited to 'lldb/examples/python/crashlog.lldb')
-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 |