[llvm-dev] Debugging JIT'ed code with ORC JIT?
Yichao Yu via llvm-dev
llvm-dev at lists.llvm.org
Wed Oct 11 12:34:41 PDT 2017
> RTDyldObjectLinkingLayer has a NotifyObjectLoaded hook that you can use to
>> call NotifyObjectEmitted on your GDBRegistrationListener.
> but not well documented anywhere yet. :/
Right. That's exactly what we (julia) do although we don't use
`GDBRegistrationListener` directly. I just mean that this has to be
done manually (so no "builtin" support for some meaning of "builtin")
and it can't be accomplished just by reading the mcjit doc. :/
More information about the llvm-dev
mailing list