[Lldb-commits] [PATCH] D66248: [JIT][Command] Add "inject-condition" flag to conditional breakpoints

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 16 15:42:21 PDT 2019


mib marked 2 inline comments as done.
mib added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/fast_conditional_breakpoints/TestFastConditionalBreakpoints.py:45
+
+    def enable_injected_breakpoint_condition(self, cli):
+        exe = self.getBuildArtifact(self.binary)
----------------
JDevlieghere wrote:
> What does `cli` stand for?
CLI = Command Line Interface. In this case, it means running the command through the "REPL" instead of the SBAPI, to test if it works properly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66248





More information about the lldb-commits mailing list