Jump to content

[Tutorial] How to Hack Using GNU-Debugger (GDB)


26 posts in this topic

Recommended Posts

Posted

Why do i keep getting this error

 

0x000000018473b568 in ?? ()
(gdb) watch -location *0x111D5962C
*****breakpoint.c: watch_command_1:11157: here!
*****breakpoint.c: update_watchpoint:1865: here!
*****breakpoint.c: update_watchpoint:2189: we are at the end of this function!
Hardware watchpoint 1: -location *0x111D5962C
(gdb) continue
Continuing.
*****breakpoint.c: update_watchpoint:1865: here!
*****breakpoint.c: update_watchpoint:2189: we are at the end of this function!
*****breakpoint.c: insert_watchpoint:10712: watchpoint bl->address 0x111d5962c, length 4, bl->watchpoint_type 0 | result: -1
Warning:
Could not insert hardware watchpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.

Command aborted.
 

i also had a ton of other errors like this when i att to the PID

warning: `/Users/macbook/Dev/Projects/flex/Release/Device/temp/Flex.build/Objects-normal/arm64/FYPatch.o': can't open to read symbols: No such file or directory.
 

Normal?? how do i fix the problem?

Posted
On 9/29/2018 at 4:28 PM, Acrol2 said:

Why do i keep getting this error

 

0x000000018473b568 in ?? ()
(gdb) watch -location *0x111D5962C
*****breakpoint.c: watch_command_1:11157: here!
*****breakpoint.c: update_watchpoint:1865: here!
*****breakpoint.c: update_watchpoint:2189: we are at the end of this function!
Hardware watchpoint 1: -location *0x111D5962C
(gdb) continue
Continuing.
*****breakpoint.c: update_watchpoint:1865: here!
*****breakpoint.c: update_watchpoint:2189: we are at the end of this function!
*****breakpoint.c: insert_watchpoint:10712: watchpoint bl->address 0x111d5962c, length 4, bl->watchpoint_type 0 | result: -1
Warning:
Could not insert hardware watchpoint 1.
Could not insert hardware breakpoints:
You may have requested too many hardware breakpoints/watchpoints.

Command aborted.
 

i also had a ton of other errors like this when i att to the PID

warning: `/Users/macbook/Dev/Projects/flex/Release/Device/temp/Flex.build/Objects-normal/arm64/FYPatch.o': can't open to read symbols: No such file or directory.
 

Normal?? how do i fix the problem?

Hardware watchpoints are not supported on arm64 GDB

 

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