diff options
Diffstat (limited to 'docs/DebuggingJITedCode.html')
-rw-r--r-- | docs/DebuggingJITedCode.html | 6 |
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> |