summaryrefslogtreecommitdiffstats
path: root/docs/DebuggingJITedCode.html
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-08-15 19:34:23 +0000
committerdim <dim@FreeBSD.org>2012-08-15 19:34:23 +0000
commit721c201bd55ffb73cb2ba8d39e0570fa38c44e15 (patch)
treeeacfc83d988e4b9d11114387ae7dc41243f2a363 /docs/DebuggingJITedCode.html
parent2b2816e083a455f7a656ae88b0fd059d1688bb36 (diff)
downloadFreeBSD-src-721c201bd55ffb73cb2ba8d39e0570fa38c44e15.zip
FreeBSD-src-721c201bd55ffb73cb2ba8d39e0570fa38c44e15.tar.gz
Vendor import of llvm trunk r161861:
http://llvm.org/svn/llvm-project/llvm/trunk@161861
Diffstat (limited to 'docs/DebuggingJITedCode.html')
-rw-r--r--docs/DebuggingJITedCode.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html
index ffb4cd9..652572c 100644
--- a/docs/DebuggingJITedCode.html
+++ b/docs/DebuggingJITedCode.html
@@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Debugging JITed Code With GDB</title>
- <link rel="stylesheet" href="llvm.css" type="text/css">
+ <link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>
@@ -51,7 +51,7 @@ necessary debug information.
<p>In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is
available on most modern distributions of Linux. The version of GDB that Apple
-ships with XCode has been frozen at 6.3 for a while. LLDB may be a better
+ships with Xcode has been frozen at 6.3 for a while. LLDB may be a better
option for debugging JIT-ed code on Mac OS X.
</p>
@@ -178,7 +178,7 @@ Program exited with code 0170.
<a href="mailto:reid.kleckner@gmail.com">Reid Kleckner</a>,
<a href="mailto:eliben@gmail.com">Eli Bendersky</a><br>
<a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2012-05-01 09:58:54 +0200 (Tue, 01 May 2012) $
+ Last modified: $Date: 2012-05-13 16:36:15 +0200 (Sun, 13 May 2012) $
</address>
</body>
</html>
OpenPOWER on IntegriCloud