Log in

View Full Version : Softice Break Points


adg
February 14th, 2002, 09:17
I'm trying to set a breakpoint in Softice and I'm not sure if it is possible. What I am trying to do is break when the register EAX receives a specific value. ie BPM (when) EAX=xyz

Having looked through the documentation I can see that you can set a watch on EAX so show its contents but the BPM breakpoint description doesn't lead me to believe that I can do it.

Is is possible to string BPM and WATCH together in a single command? Or is there a really obvious way to do this that I have missed? ;-{

Thanks in advance

ADG

death
February 14th, 2002, 09:23
Maybe you mean BPX CS:EIP IF EAX==<value>

DakienDX
February 14th, 2002, 12:12
Hello adg !

If you really searched the SoftICE manual, you should have found this.

BPM[size] address [verb] [debug-reg] [IF expression] [DO "command1;command2;..."]

It will show you what expression and command are, too.

adg
February 15th, 2002, 15:58
Thanks for the pointers!

ADG