aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-05-09 01:32:24 +0000
committerEnrico Granata <egranata@apple.com>2013-05-09 01:32:24 +0000
commitac39f3c256b6636d610958e328fbe49b46fd4fb5 (patch)
tree31feee775d5dcd65d760339cb385f7d947b1a9c6 /www
parent56a41dee3d21c18e12bed8f7bbec4e2b7ea4ecde (diff)
downloadlldb-ac39f3c256b6636d610958e328fbe49b46fd4fb5.tar.gz
Providing a more interesting command template for LLDB
This one actually exploits the SB API to obtain information about your inferior process git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/python-reference.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/python-reference.html b/www/python-reference.html
index daf0b9886..2a9c529f0 100755
--- a/www/python-reference.html
+++ b/www/python-reference.html
@@ -448,7 +448,7 @@ total 365848
-rw-r--r--@ 1 someuser wheel 6148 Jan 19 17:27 .DS_Store
-rw------- 1 someuser wheel 7331 Jan 19 15:37 crash.log
</tt></pre></code>
- <p>A template has been created in the source repository that can help you to create
+ <p>A more interesting template has been created in the source repository that can help you to create
lldb command quickly:</p>
<a href="http://llvm.org/svn/llvm-project/lldb/trunk/examples/python/cmdtemplate.py">cmdtemplate.py</a>
<p>