[LLVMdev] Connecting JITted code to gdb
    Anton Korobeynikov 
    anton at korobeynikov.info
       
    Fri Mar 27 04:19:05 PDT 2009
    
    
  
Hi, Jeffrey
> Do I need to do anything extra to get the debug information the JIT
> produces hooked into gdb?
I'm not sure, if debug information is ever emitted for code being JITed.
Most probably only EH info is honored.
Even if it is emitted - you need to "register" it into gdb somehow, I
don't remember offhand how you can do this, unfortunately.
-- 
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
    
    
More information about the llvm-dev
mailing list