First off, when running msp430-gdb:
(gdb) target remote :2000
Remote debugging using :2000
_reset_vector__ () at ../../../gcc-4.6.1/gcc/config/
msp430/crt0.S:105
105 ../../../gcc-4.6.1/gcc/config/msp430/crt0.S: No such file or
directory.
in ../../../gcc-4.6.1/gcc/config/msp430/crt0.S
Easy enough to put crt0.S in the correct location to make GDB happy, but
wonder if there is a correct solution.
Anyways, I was wondering about resetting target, such as if my program
crashed:
(gdb) c
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x0000c0c0 in blah,blah..etc..
(gdb) monitor reset
(gdb) n
Cannot find bounds of current function
(gdb)
So, when i issue monitor reset, should the program counter and stack
pointer be restored to initial values, then again see _reset_vector__ () at
../../../gcc-4.6.1/gcc/config/msp430/crt0.S:105
??
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users