From 7dfb37e58a7f3ac1f2f4a9aadd01bd7653ec42f1 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 21 Sep 2009 02:34:59 +0000 Subject: Add documentation on how to use enable debug information in the JIT and use it with GDB. llvm-svn: 82425 --- llvm/docs/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/docs/index.html') 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
  • The LLVM gold plugin - How to build your programs with link-time optimization on Linux.
  • + +
  • The GDB JIT interface - How to debug +JITed code with GDB.
  • -- cgit v1.2.3