Documentation/cli/cond.md
Breakpoints have two conditions:
cond <breakpoint> <expr> (or by setting the Cond field when amending a breakpoint via the API), is any expression which evaluates to true or false.cond <breakpoint> -hitcount <operator> <number> (or by setting the HitCond field when amending a breakpoint via the API), is a constraint on the number of times the breakpoint has been hit.When a breakpoint location is encountered during the execution of the program, the debugger will: