[LLVMdev] extracting variables' values at interrupt

Jim Grosbach grosbach at apple.com
Wed Apr 3 10:12:21 PDT 2013


This is effectively exactly what a debugger does when introspecting the state of a running program. Your JIT'ed code will need to use the program's debug information to get what it wants.

-Jim

On Apr 3, 2013, at 5:24 AM, marwayusuf at feng.bu.edu.eg wrote:

> Dear all
> I have a question and I really appreciate any help.
> I'm trying to extract variable values at interrupt of some program. And I want to do that from JIT.
> The situation is that the JIT will interrupt at certain point of executing some code and tries to get the variables' values.
> Any help about that?
> 
> 
> Regards,
> Marwa Yusuf
> Teaching Assistant - Computer Engineering Department
> Faculty of Engineering - Benha University
> E-JUST MSc Student
> Computer Science & Engineering Dept.
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130403/78dcd307/attachment.html>


More information about the llvm-dev mailing list