summaryrefslogtreecommitdiff
path: root/solenv/lldb
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-07 00:29:22 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-07 00:29:22 +0200
commit129e7572849852eb223f6b13bad48b727955af7e (patch)
treeb8d35dfcac2b579ed00f41e8469007a62803a4b0 /solenv/lldb
parentad887fc3bf6237cfaf08e8f28a4f960b38e83365 (diff)
Fix usage instructions now that we use __lldb_init_module
Change-Id: I3ba7009f6c44312afda6e3aaa78ca82dd6ece545
Diffstat (limited to 'solenv/lldb')
-rw-r--r--solenv/lldb/libreoffice/LO.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/lldb/libreoffice/LO.py b/solenv/lldb/libreoffice/LO.py
index 352bb3141533..5978c343dae0 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