[all-commits] [llvm/llvm-project] 259e3f: Remove IncrementFalseAlarmsAndReviseHitCount, unus...

Jason Molenda via All-commits all-commits at lists.llvm.org
Thu Jul 20 15:16:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 259e3f2a4fef5ff2cdc0086f432bbfd2493653f5
      https://github.com/llvm/llvm-project/commit/259e3f2a4fef5ff2cdc0086f432bbfd2493653f5
  Author: Jason Molenda <jmolenda at apple.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Target/StopInfo.cpp

  Log Message:
  -----------
  Remove IncrementFalseAlarmsAndReviseHitCount, unused ivars

Reading through the Watchpoint class, I found this method
that wasn't being used properly, and a couple of ivars that
weren't used at all.  Cleanup.

Differential Revision: https://reviews.llvm.org/D155768




More information about the All-commits mailing list