[Lldb-commits] [PATCH] D51661: Print column info in backtraces et al. if available

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 5 10:32:25 PDT 2018


clayborg added inline comments.


================
Comment at: source/Core/FormatEntity.cpp:1826
+    }
+    // Column info is optional, so this always succeeds.
+    return true;
----------------
Remove this comment


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51661





More information about the lldb-commits mailing list