gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] Can I use gdbserver without BDM device to debug ColdFire applicat


From: Chen Qi-A18263
Subject: [Gdb] Can I use gdbserver without BDM device to debug ColdFire applicat ion
Date: Fri, 11 Jun 2004 20:50:00 +0800


> Hi, all:
>       I have encountered a problem while I am using the GDB server to debug a 
> coldfire application:
> 
>       I use the following steps for my 5272 application ( uClinux kernel 2.4, 
> gcc3.3.3 ):
>       1. on the target board, run gdbserver first
>               
>                gdbserver :2000 test.flt
> 
>       2. on host pc:
> 
>               ./m68k-bdm-elf-gdb test.flt.gdb
>               (gdb) target remote 200.2.1.51:2000
>                       Remote debugging using 200.2.1.51:2000
>                       0x00f00048 in _start ()
>               (gdb) n
>                       Single stepping until exit from function _start,
>                       which has no line number information.
>                       Software breakpoints not implemented for this target.   
> 
>       It told me that "Software breakpoints not implemented for this target",
>       Can any one give me some suggestion of how to deal this problems?
> 
> Thanks and Best Regards
> ChenQi(v)     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]