http://llvm.org/bugs/show_bug.cgi?id=14426
Bug #: 14426
Summary: Conditional breakpoint hit count is incorrect on Linux
Product: lldb
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: lldb-dev@cs.uiuc.edu
ReportedBy: daniel.malea@intel.com
Classification: Unclassified
The hit count is incorrect (off-by-one) for conditional breakpoints. For an
example, see TestBreakpointConditionals.py.
To reproduce the failure, run:
python dotest -i -v functionalities/breakpoint/breakpoint_conditions