On Monday 24 March 2003 16:03, Roland Zitzke wrote:
> gdb> file /msp430/code/olimex/aout.elf
> loads the file
> gdb> target remote localhost:4000
> establishes a connection.

Then it says something like:
        0xe000 in __reset_vector() at 0xe000
then type 'c' to continue execution,
or set a breakpoint first at somewhere like:
        (gdb) b main
or type 'si' for a single machine step execution.

Actually, the best thing to do is to build some GUI gdb interface like ddd, 
gvd or kdb. Then 'point & click'. (of course if you're not and old-style 
console nerd :)

~d 



-- 
/********************************************************************
     ("`-''-/").___..--''"`-._     (\   Dimmy the Wild      UA1ACZ
      `6_ 6  )   `-.  (     ).`-.__.`)  Enterprise Information Sys 
      (_Y_.)'  ._   )  `._ `. ``-..-'   Nevsky prospekt,   20 / 44
    _..`--'_..-_/  /--'_.' ,'           Saint Petersburg,   Russia
   (il),-''  (li),'  ((!.-'             +7 (812)  3468202, 5585314
 ********************************************************************/


Reply via email to