[Lldb-commits] [PATCH] D104413: Fixed use of -o and -k in LLDB under Windows when statically compiled with vcruntime.

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 21 15:13:02 PDT 2021


shafik added inline comments.


================
Comment at: lldb/source/API/SBDebugger.cpp:392
+
+  if (result.Fail()) {
+    return result;
----------------
What case is this catching?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104413/new/

https://reviews.llvm.org/D104413



More information about the lldb-commits mailing list