<div dir="auto"><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><blockquote type="cite"><div><blockquote type="cite"><div><div bgcolor="#FFFFFF" text="#000000"><p><font face="Courier New, Courier,
                  monospace">I find IntelJITEvents in Execution Engine,
                  is there any documentation on it's use cases? If you
                  have thoughts over it, please share :) <br>
                </font></p>
            </div>
          </div>
        </blockquote>
        I’d never used that, sorry</div></blockquote></div></blockquote></div></div><div dir="auto">from what I recall, IntelJITEvents just tells the debugger to include debug symbols from JIT-compiled code. There are several similar classes, such as GDBJITRegistrationListener, for telling GDB about JIT-compiled code. IntelJITEvents is just one of them.</div><div dir="auto"><br></div><div dir="auto">see <a href="https://github.com/llvm/llvm-project/blob/master/llvm/docs/DebuggingJITedCode.rst">https://github.com/llvm/llvm-project/blob/master/llvm/docs/DebuggingJITedCode.rst</a></div><div dir="auto"><br></div><div dir="auto">Jacob Lifshay</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>