Skip to content

Commit

Permalink
mach-engine: Log breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Aug 18, 2023
1 parent c1a7248 commit 81e7247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/mach-engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ class MachEngine : public IEngine
m_instructionMap[addr] = data;
m_pendingBreakpoints.insert(addr);

kcov_debug(BP_MSG, "BP registered at 0x%lx\n", addr);

return m_instructionMap.size();
}

Expand Down

0 comments on commit 81e7247

Please sign in to comment.