LLVM debugger (lldb
) uses a source file for debugging (e.g. for breakpoint). I want to use lldb
without having source files, only with intermediate representation files (.ll
files).
Is it possible? If not, can I do that with gdb
debugger? Is there another idea?