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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to