[Bug 14426] New: Conditional breakpoint hit count is incorrect on Linux

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

http://llvm.org/bugs/show_bug.cgi?id=14426

Daniel Malea <daniel.malea@intel.com> changed:

           What |Removed |Added