gdb
[Top][All Lists]
Advanced

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

[Gdb] RE: Can I use gdbserver without BDM device to debug ColdFire appl


From: Chen Qi-A18263
Subject: [Gdb] RE: Can I use gdbserver without BDM device to debug ColdFire appl ication
Date: Mon, 14 Jun 2004 22:01:05 +0800

Hi, all:

        It seems that the m68k cross tools ( both gcc3.3.3 and gcc2.95 ) only 
have m68k-bdm-elf-gdb ( the m68k-elf-gdb is linked to m68k-bdm-elf-gdb )
        Does it means that It only support debugging with BDM device?

Best Regards
ChenQi(v)
>  -----Original Message-----
> From:         Chen Qi-A18263  
> Sent: 2004年6月11日 20:50
> To:   'address@hidden'; 'address@hidden'
> Subject:      Can I use gdbserver without BDM device to debug ColdFire 
> application
> 
> 
> 
>       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]