[Lldb-commits] [PATCH] D46588: [WIP][LLDB-MI] Add possibility to set breakpoints without selecting a target.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 8 10:34:46 PDT 2018


clayborg added a comment.

Add tests and this will be good to go.



================
Comment at: tools/lldb-mi/MICmdCmdBreak.cpp:166
+
+  if (sbTarget == rSessionInfo.GetDebugger().GetDummyTarget())
+    m_bBrkPtIsPending = true;
----------------
polyakov.alex wrote:
> I want to discuss is it a good way to use 'pending' breakpoint's here?
This looks fine.


Repository:
  rL LLVM

https://reviews.llvm.org/D46588





More information about the lldb-commits mailing list