linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Using gdbserver...
@ 2000-12-28  2:46 Kwansuk Kim
  2000-12-28 20:00 ` Dan Malek
  0 siblings, 1 reply; 2+ messages in thread
From: Kwansuk Kim @ 2000-12-28  2:46 UTC (permalink / raw)
  To: LinuxPPC


Hi, everyone!

I'm using my MPC860 custon board, kernel 2.2.13, and cross-gdb 4.1.8

I copied the gdbserver in Monta Vista CDK on the NFS bin directory, and did cross-debug with the gdb in the CDK.

I used ethernet on SCC1, and it worked very well except Ctrl-C interrupt.

It didn't worked.

I searched the GDB manual, and I found this...

'if you type the interrupt character (often <C-C>), GDB attempts to stop the program. This may or may not succeed, depending in part on the hardware and the serial drivers the remote system uses.'

Is it impossible to interrupt?

I'm looking forward to your answer...

Happy New Year!

Kwansuk Kim.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Using gdbserver...
  2000-12-28  2:46 Using gdbserver Kwansuk Kim
@ 2000-12-28 20:00 ` Dan Malek
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2000-12-28 20:00 UTC (permalink / raw)
  To: Kwansuk Kim; +Cc: LinuxPPC


Kwansuk Kim wrote:

> I used ethernet on SCC1, and it worked very well except Ctrl-C interrupt.
>
> It didn't worked.

Yep.  That part is missing from the serial port driver.  I finally
got it working in the 8260 sources in 2.3/2.4 and I will shortly update
all of the drivers.  I have lots of KGDB updates for many processor/board
combinations (all slightly different of course), and I am trying to
find some better/common PowerPC KGDB support.

All you can do right now is ensure you have some breakpoints set that
are known to be hit before you type 'continue'.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-28 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-28  2:46 Using gdbserver Kwansuk Kim
2000-12-28 20:00 ` Dan Malek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).