[llvm-dev] LLVM IR Debugger

Brenda So via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 3 19:53:00 PST 2018


Hi

I am looking at open projects that LLVM want to implement and it seems to
be a suggestion to write an LLVM IR level debugger. Is there any existing
LLVM projects out there that already does such a thing? If not, I would
like to try implementing one myself.

By debugger, I think it means something like gdb, where you can insert
breakpoints, run code and observe layout of registers and memory at certain
periods of time.

If anyone has suggestions as to how this IR debugger should work please let
me know.

Thanks!
Brenda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180103/9418392f/attachment.html>


More information about the llvm-dev mailing list