[all-commits] [llvm/llvm-project] 555ae5: This is a followup to https://reviews.llvm.org/D12...

jimingham via All-commits all-commits at lists.llvm.org
Mon Jul 18 16:24:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 555ae5b8f5aa93ab090af853a8b7a83f815b3f20
      https://github.com/llvm/llvm-project/commit/555ae5b8f5aa93ab090af853a8b7a83f815b3f20
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    M lldb/source/Target/StopInfo.cpp

  Log Message:
  -----------
  This is a followup to https://reviews.llvm.org/D129814

That was causing hit counts to be double-counted on x86_64 Linux.
It looks like StopInfoWatchpoint::ShouldStopSynchronous gets called
twice for a give stop on Linux (not on Darwin).  I had taken out the
"have I been called already" check when I reworked this part of the
code because it didn't seem necessary.  Putting that back in because
it looks like it is on some systems.




More information about the All-commits mailing list