diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-07 00:29:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-07 00:29:22 +0200 |
commit | 129e7572849852eb223f6b13bad48b727955af7e (patch) | |
tree | b8d35dfcac2b579ed00f41e8469007a62803a4b0 /solenv/lldb | |
parent | ad887fc3bf6237cfaf08e8f28a4f960b38e83365 (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.py | 4 |
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 |