SetHardwareBreakpoint/bph/bphws

设置硬件断点(使用调试寄存器)。

参数

arg1 Address of the hardware breakpoint.

[arg2] Hardware breakpoint type. Can be either ‘r’ (readwrite), ‘w’ (write) or ‘x’ (execute). When not specified, ‘x’ is assumed.

[arg3] Hardware breakpoint size. Can be either ‘1’, ‘2’, ‘4’ or ‘8’ (x64 only). Per default, ‘1’ is assumed. The address you’re putting the hardware breakpoint on must be aligned to the specified size.

结果

此命令不会设置任何结果变量。