Apparently we have a macro called DEBUG_PRINTF() which, if you compile LLDB with a special pre-processor setting enabled, will cause certain messages to be printed to stdout while running LLDB.
Does anyone use this? This seems like a kind of hacky alternative to tracepoints and/or pretty printers, and in some cases is causing otherwise dead code to be compiled into the binary, so there's some benefit to removing it. Is anyone opposed to removing all of this?
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev