MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Breakpoint

Method Breakpoint

lowlevelilinstruction.cpp:3547–3550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3545
3546
3547ExprId LowLevelILFunction::Breakpoint(const ILSourceLocation& loc)
3548{
3549 return AddExprWithLocation(LLIL_BP, loc, 0, 0);
3550}
3551
3552
3553ExprId LowLevelILFunction::Trap(int64_t num, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected