[Lldb-commits] [lldb] [lldb] Support specifying a language for breakpoint conditions (PR #147603)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 9 16:48:09 PDT 2025
================
@@ -129,14 +129,10 @@ class BreakpointLocation
///
/// \param[in] condition
/// The condition expression to evaluate when the breakpoint is hit.
----------------
jimingham wrote:
You removed the word "expression" from the help in Breakpoint.h, it's confusing to have these two differ.
https://github.com/llvm/llvm-project/pull/147603
More information about the lldb-commits
mailing list