I'm testing this on an Arch64 CPU with multiple cores. Say, when in WinDbg I do:
It sets a hardware breakpoint on read/write access to one byte at the <addr>. But does it mean that I'm limiting it only to the current CPU core? If so, how do I set this bp for all the cores?
Code:
ba r 1 <addr>
It sets a hardware breakpoint on read/write access to one byte at the <addr>. But does it mean that I'm limiting it only to the current CPU core? If so, how do I set this bp for all the cores?