You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the hello.ll example in test-files/ directory, if I use debugir ./hello.ll -instnamer to get hello.dbg.ll, and then run gdb as gdb --args lli -jit-kind=mcjit hello.dbg.ll, and set a breakpoint at hello.ll:16 and then run it, I can print %i in hello.ll as print i, and it just works.
it should work theoretically, especially if line-by-line execution works (which you say it does, but i haven't tried). I don't know though. I'll try it sometime and check.
Hi!
Thanks for the useful utility, I've been using it for a while now.
Is it possible that I can't seem to be able to dump variable contents, though?
For unnamed variables, I get it. But even for named variables, GDB always responds with
Any idea what's going wrong there?
The text was updated successfully, but these errors were encountered: