diff options
author | Enrico Granata <egranata@apple.com> | 2013-05-09 01:32:24 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-05-09 01:32:24 +0000 |
commit | 083fcdb41448362b803c47fe85dfeb830d25220c (patch) | |
tree | 00cea84143ea60c347e2babb28167745c789ab36 /lldb/www/python-reference.html | |
parent | 04b2bfa3a965a66d864e51bf388979a8d2955851 (diff) | |
download | bcm5719-llvm-083fcdb41448362b803c47fe85dfeb830d25220c.tar.gz bcm5719-llvm-083fcdb41448362b803c47fe85dfeb830d25220c.zip |
Providing a more interesting command template for LLDB
This one actually exploits the SB API to obtain information about your inferior process
llvm-svn: 181500
Diffstat (limited to 'lldb/www/python-reference.html')
-rwxr-xr-x | lldb/www/python-reference.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/python-reference.html b/lldb/www/python-reference.html index daf0b98869d..2a9c529f03d 100755 --- a/lldb/www/python-reference.html +++ b/lldb/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>
|