forked from OSchip/llvm-project
Make the link to the Python API docs more explicit in the Python Reference page.
llvm-svn: 188704
This commit is contained in:
parent
ab89ea2cb2
commit
f131c82b75
|
@ -33,7 +33,8 @@
|
||||||
<h1 class ="postheader">Documentation</h1>
|
<h1 class ="postheader">Documentation</h1>
|
||||||
<div class="postcontent">
|
<div class="postcontent">
|
||||||
|
|
||||||
<p>The LLDB API is contained in a python module named <b>lldb</b> documented <a href="python_reference/index.html">here</a>. The documentation is also accessible in an interactive debugger session with the following command:</p>
|
<p>The LLDB API is contained in a python module named <b>lldb</b>. A useful resource when writing Python extensions is the <a href="python_reference/index.html">lldb Python classes reference guide</a>.</p>
|
||||||
|
<p>The documentation is also accessible in an interactive debugger session with the following command:</p>
|
||||||
<code><pre><tt>(lldb) <b>script help(lldb)</b>
|
<code><pre><tt>(lldb) <b>script help(lldb)</b>
|
||||||
Help on package lldb:
|
Help on package lldb:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue