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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits