summaryrefslogtreecommitdiffstats
path: root/llvm/docs/DebuggingJITedCode.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:30:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:30:22 +0000
commitaa3d6242cfb3a21922f7ec13cbd5b65303a51f80 (patch)
tree9e983f7f24dd1e366320629556b37e9d9f58cb78 /llvm/docs/DebuggingJITedCode.html
parent576273cf5629429e757c2de2448ebf022524c069 (diff)
downloadbcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.tar.gz
bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.zip
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
<h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
Diffstat (limited to 'llvm/docs/DebuggingJITedCode.html')
-rw-r--r--llvm/docs/DebuggingJITedCode.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/DebuggingJITedCode.html b/llvm/docs/DebuggingJITedCode.html
index f23fdf6f391..3911ea75ffb 100644
--- a/llvm/docs/DebuggingJITedCode.html
+++ b/llvm/docs/DebuggingJITedCode.html
@@ -17,7 +17,7 @@
<!--=========================================================================-->
<h2><a name="example">Example usage</a></h2>
<!--=========================================================================-->
-<div class="doc_text">
+<div>
<p>In order to debug code JITed by LLVM, you need GDB 7.0 or newer, which is
available on most modern distributions of Linux. The version of GDB that Apple
@@ -98,7 +98,7 @@ function names.
<!--=========================================================================-->
<h2><a name="background">Background</a></h2>
<!--=========================================================================-->
-<div class="doc_text">
+<div>
<p>Without special runtime support, debugging dynamically generated code with
GDB (as well as most debuggers) can be quite painful. Debuggers generally read
OpenPOWER on IntegriCloud