Jump to content

Can't set watchpoint in gdb


Go to solution Solved by Zahir,

5 posts in this topic

Recommended Posts

Posted

I'm trying to set a watchpoint on ammo in gdb, when the address changes nothing happens in gdb... 

 

http://puu.sh/qAYCV/ce49804a6a.png is all that shows up in gdb when I shoot.. the address is for the ammo in the mag and not the reserve.. 

 

idk if my setup is wrong or what.

 

Running iphone 6 on iOS 9.0.2.. thanks for any help in advance, and sorry if I messed up writing this it's 9:40 am where I am and I haven't slept.

  • Solution
Posted

Bro ,  before continuing (typing c) -- you set watchpoints

 

So when the gdb loads fully,

 

just set watchpoint (watch *0xOFFSET)

 

then type c

Posted

att BINARYNAME

 

watch *0xOFFSET

 

c

 

You watch the offset before you continue
Same goes for setting a breakpoing and setting a value to an offset

Posted (edited)

I'm trying to set a watchpoint on ammo in gdb, when the address changes nothing happens in gdb...

 

http://puu.sh/qAYCV/ce49804a6a.png is all that shows up in gdb when I shoot.. the address is for the ammo in the mag and not the reserve..

 

idk if my setup is wrong or what.

 

Running iphone 6 on iOS 9.0.2.. thanks for any help in advance, and sorry if I messed up writing this it's 9:40 am where I am and I haven't slept.

Don't even try to use GDB for watchpoints, they won't hit. Use LLDB, theres many tutorials here on setting it up

 

I recognize you from ic :p

Updated by Guest
Posted

att BINARYNAME

 

watch *0xOFFSET

 

c

 

You watch the offset before you continue

Same goes for setting a breakpoing and setting a value to an offset

 

 

Bro ,  before continuing (typing c) -- you set watchpoints

 

So when the gdb loads fully,

 

just set watchpoint (watch *0xOFFSET)

 

then type c

I did type c after entering the watchpoint.. it wouldn't freeze my game though.. gonna try setting up lldb

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines