[Lldb-commits] [lldb] r148598 - /lldb/trunk/examples/python/crashlog.lldb

Greg Clayton gclayton at apple.com
Fri Jan 20 15:12:25 PST 2012


Author: gclayton
Date: Fri Jan 20 17:12:25 2012
New Revision: 148598

URL: http://llvm.org/viewvc/llvm-project?rev=148598&view=rev
Log:
This file is no longer needed since the command:

(lldb) script import crashlog

will automatically add the "crashlog" command to the command interpreter!


Removed:
    lldb/trunk/examples/python/crashlog.lldb

Removed: lldb/trunk/examples/python/crashlog.lldb
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/python/crashlog.lldb?rev=148597&view=auto
==============================================================================
--- lldb/trunk/examples/python/crashlog.lldb (original)
+++ lldb/trunk/examples/python/crashlog.lldb (removed)
@@ -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





More information about the lldb-commits mailing list