[Lldb-commits] [PATCH] D46588: [WIP][LLDB-MI] Add possibility to set breakpoints without selecting a target.
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 8 10:30:15 PDT 2018
polyakov.alex added inline comments.
================
Comment at: tools/lldb-mi/MICmdCmdBreak.cpp:166
+
+ if (sbTarget == rSessionInfo.GetDebugger().GetDummyTarget())
+ m_bBrkPtIsPending = true;
----------------
I want to discuss is it a good way to use 'pending' breakpoint's here?
Repository:
rL LLVM
https://reviews.llvm.org/D46588
More information about the lldb-commits
mailing list