Hi,
I'm trying to figure out if there is a method to halt a spike simulation at a particular symbol like _start or main or even to view the memory contents associated with the symbol.
I can see that it's possible to do so if I give spike (in interactive mode) a command like
mem 0 0x000000008000250c
and that will return
0x0000000000022117
That's pretty straight forward.
So I'm wondering if there is an equivalent for a symbol. Ideally I'd like to try to do this straight from the command line and without the need for adding pk.
thanks!
James