From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: "Trenton D. Adams" Cc: eCos discussion Subject: RE: [ECOS] breakpoint () support locking app Date: Wed, 11 Jul 2001 07:59:00 -0000 Message-id: References: <000701c10a18$dc402a10$090110ac@TRENT> X-SW-Source: 2001-07/msg00298.html On 11-Jul-2001 Trenton D. Adams wrote: > > On 11-Jul-2001 Trenton D. Adams wrote: > > > Sorry, I forgot to mention that I'm using the GDB stub > > support with > > > the breakpoint () function. With this support added the > > code won't > > > run, it hangs right off the bat. > > > > How are you downloading the code? > > I'm using GDB to do it over the network. It's the same way I've been > doing it right from the start of the project. > > > target remote 172.16.1.240:9000 > load > continue As I expected. Sorry, but this can't work because as soon as the target application tries to run, the GDB debug channel will break. In fact, if you have a 'minicom' session open to the board, you'll probably see GDB come up there. Network debugging is only supported using RedBoot - it cannot be done with builtin stubs (when stubs are included in the application).