bpgoto
配置断点,以便在程序到达时,程序将被定向到新位置。它与以下命令等效:
SetBreakpointCondition arg1, 0 SetBreakpointCommand arg1, "CIP=arg2" SetBreakpointCommandCondition arg1, 1 SetBreakpointFastResume arg1, 0
参数
arg1
断点的地址。
arg2
The new address to execute if the breakpoint is reached.
结果
此命令不会设置任何结果变量。