Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2011 08:01:25 +0530
From:      Reji Thomas <rejithomas.d@gmail.com>
To:        freebsd-toolchain@freebsd.org
Subject:   Issue with ctrl-c in kgdb
Message-ID:  <AANLkTik9e96tEhPAcsUk1E6BFbHN=cPsosmWam_JUy3G@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hope this is the right mailing list.
I am facing an issue with ctrl-c behaviour in kgdb. ctrl-c doesnt break kgdb
back into the kgdb prompt. I have set "set remote break 1" and enabled the
debugs ( pasted below). Looks like remote_stop is called but after that
nothing happens on the client side ( does server side return an ack?). Can
someone please help me on how to get this working?
Version :GNU gdb 6.1.1 [FreeBSD]

(kgdb) set remotebreak 1
(kgdb) c
Continuing.
Sending packet: $m30c310d4,1#bc...Ack
Packet received: be
Sending packet: $M30c310d4,1:cc#9c...Ack
Packet received: OK
Sending packet: $c#63...Ack
^Cremote_interrupt called
remote_stop called




^CInterrupted while waiting for the program.
Give up (and stop debugging it)? (y or n) y
(kgdb) quit

--Reji



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTik9e96tEhPAcsUk1E6BFbHN=cPsosmWam_JUy3G>