[Lldb-commits] [PATCH] D24284: [lldb] Read modules from memory when a local copy is not available

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 16 10:08:24 PDT 2016


zturner accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:89
@@ +88,3 @@
+  if (!data_sp || !ObjectFilePECOFF::MagicBytesMatch(data_sp)) {
+    return NULL;
+  }
----------------
s/NULL/nullptr/


https://reviews.llvm.org/D24284





More information about the lldb-commits mailing list