[Lldb-commits] [PATCH] D46292: Use the UUID from the minidump's CodeView Record for placeholder modules

Leonard Mosescu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 2 10:18:29 PDT 2018


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





More information about the lldb-commits mailing list