[Libreoffice-commits] .: solenv/lldb

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 6 14:30:02 PST 2013


 solenv/lldb/libreoffice/LO.py |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 129e7572849852eb223f6b13bad48b727955af7e
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Jan 7 00:29:22 2013 +0200

    Fix usage instructions now that we use __lldb_init_module
    
    Change-Id: I3ba7009f6c44312afda6e3aaa78ca82dd6ece545

diff --git a/solenv/lldb/libreoffice/LO.py b/solenv/lldb/libreoffice/LO.py
index 352bb31..5978c34 100644
--- a/solenv/lldb/libreoffice/LO.py
+++ b/solenv/lldb/libreoffice/LO.py
@@ -26,9 +26,7 @@
 # instead of those above.
 
 # To use, add something like this to your ~/.lldbinit:
-
-# script sys.path[:0] = [os.path.expanduser('~/lo/ios/solenv/lldb/libreoffice')]
-# script import LO
+# command script import '~/lo/sim/solenv/lldb/libreoffice/LO.py'
 
 import lldb
 


More information about the Libreoffice-commits mailing list