diff options
author | Jim Ingham <jingham@apple.com> | 2022-07-18 16:21:51 -0700 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2022-07-18 16:24:31 -0700 |
commit | 555ae5b8f5aa93ab090af853a8b7a83f815b3f20 (patch) | |
tree | 18384d0cd52eb29868867ad841646d3b2e805193 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 3580daacf3ecb9bc628d05a4037266df6532ad6e (diff) | |
download | llvm-555ae5b8f5aa93ab090af853a8b7a83f815b3f20.zip llvm-555ae5b8f5aa93ab090af853a8b7a83f815b3f20.tar.gz llvm-555ae5b8f5aa93ab090af853a8b7a83f815b3f20.tar.bz2 |
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.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions