For my current embedded application I am trying to put GDB watch point at a fixed memory address.
As an example, my application updates the following address: 0x10793ad0
The right way to set watchpoint on address is watch *0x10793ad0. See gdb doc