Hi,

I am using TinyOS 2.1.1 and using avr-gdb to debug BlinkToRadio app. I use
avrora gdbserver at the server side.

then I run

# avr-gdb BlinkToRadio.elf
(gdb) target remote :10001
Remote debugging using :10001
0x00000000 in __vectors ()
(gdb)break BlinkToRadioC__Timer0__fired
Function "BlinkToRadioC__Timer0__fired" not defined.

Function "BlinkToRadioC__Timer0__fired" is indeed defined in app.c file.

How can I decide what functions/names can I use to set breakpoint?

Thanks a lot,

Gary
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to