lemo marked an inline comment as done. lemo added inline comments.
================ Comment at: source/Commands/CommandObjectTarget.cpp:1390 + else { + strm.Printf("No object file for module: %s\n", + module->GetFileSpec().GetFilename().GetCString()); ---------------- labath wrote: > `strm.Format("No object file for module: {0:F}\n", module->GetFileSpec())` > should hopefully fit on a single line It does not fit on a single line, but it's cleaner - done, thanks for suggesting it! https://reviews.llvm.org/D46292 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits