[Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run

Dawn Perchik via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 25 14:14:33 PDT 2015


dawn accepted this revision.
dawn added a comment.

lgtm.  Much improved.


================
Comment at: tools/lldb-mi/MICmdCmdSupportList.cpp:78
@@ +77,3 @@
+    CMICmnMIValueList miValueList(true);
+    // Some of features may depend on host or/and target, decide what to add below
+    miValueList.Add(miValueConst1);
----------------
Fix comment: Some of features => Some features


Repository:
  rL LLVM

http://reviews.llvm.org/D12977





More information about the lldb-commits mailing list