<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">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.<div><br></div><div>-Jim</div><div><br><div><div><div>On Apr 3, 2013, at 5:24 AM, <a href="mailto:marwayusuf@feng.bu.edu.eg">marwayusuf@feng.bu.edu.eg</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Dear all<br>I have a question and I really appreciate any help.<br>I'm trying to extract variable values at interrupt of some program. And I want to do that from JIT.<br>The situation is that the JIT will interrupt at certain point of executing some code and tries to get the variables' values.<br>Any help about that?<br><br><br>Regards,<br>Marwa Yusuf<br>Teaching Assistant - Computer Engineering Department<br>Faculty of Engineering - Benha University<br>E-JUST MSc Student<br>Computer Science & Engineering Dept.<br><br>_______________________________________________<br>LLVM Developers mailing list<br><a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a><span class="Apple-converted-space"> </span>        <a href="http://llvm.cs.uiuc.edu/">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a></div></blockquote></div><br></div></div></body></html>