diff options
| author | Reid Kleckner <reid@kleckner.net> | 2009-09-21 02:34:59 +0000 |
|---|---|---|
| committer | Reid Kleckner <reid@kleckner.net> | 2009-09-21 02:34:59 +0000 |
| commit | 7dfb37e58a7f3ac1f2f4a9aadd01bd7653ec42f1 (patch) | |
| tree | 7f7042506cb877556162f54ba9dd4183a62bd87f /llvm/docs/index.html | |
| parent | b9f2bf46f717c4e6908e73b5a813eb641c1b0477 (diff) | |
| download | bcm5719-llvm-7dfb37e58a7f3ac1f2f4a9aadd01bd7653ec42f1.tar.gz bcm5719-llvm-7dfb37e58a7f3ac1f2f4a9aadd01bd7653ec42f1.zip | |
Add documentation on how to use enable debug information in the JIT and use it with GDB.
llvm-svn: 82425
Diffstat (limited to 'llvm/docs/index.html')
| -rw-r--r-- | llvm/docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index c41cc2c2c87..5c50c411cfb 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -233,6 +233,9 @@ the linker and its design</li> <li><a href="GoldPlugin.html">The LLVM gold plugin</a> - How to build your programs with link-time optimization on Linux.</li> + +<li><a href="DebuggingJITedCode.html">The GDB JIT interface</a> - How to debug +JITed code with GDB.</li> </ul> |

