[LLVMbugs] [Bug 8518] New: [patch][new feature] Function addresses in JIT can be printed out and imported to the external debugging tools
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Sat Oct 30 17:18:22 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=8518
           Summary: [patch][new feature] Function addresses in JIT can be
                    printed out and imported to the external debugging
                    tools
           Product: libraries
           Version: trunk
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Target-Independent JIT
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: yuri at tsoft.com
                CC: llvmbugs at cs.uiuc.edu
Synopsys: addition of a new debug option: -jit-emit-debug-function-range that
enables JIT to produce the text file with function memory boundaries in it.
External tools like google-perftools and valgrind (callgrind) will be able to
import such file and display function names. Otherwise such names are unknown
to those tools and JIT functions are shown with the hex address names.
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list