From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 461 invoked by alias); 10 Jul 2004 16:11:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 435 invoked from network); 10 Jul 2004 16:11:41 -0000 Received: from unknown (HELO sssup.it) (193.205.80.99) by sourceware.org with SMTP; 10 Jul 2004 16:11:41 -0000 Received: from [150.146.37.63] (account b.modi@sssup.it) by sssup.it (CommuniGate Pro WebUser 4.1.8) with HTTP id 4863983 for gdb@sources.redhat.com; Sat, 10 Jul 2004 18:29:11 +0200 From: "Modi Banti" Subject: How does GDB informs remote stub about '^Cremote_interrupt called ' To: gdb@sources.redhat.com Date: Sat, 10 Jul 2004 16:11:00 -0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit X-SW-Source: 2004-07/txt/msg00092.txt.bz2 I am building a remote stub for an Arm simulator. I am using sockets to communicate with GDB. when I want to break my program using through GDB( C -c) I cann see the message ' ^Cremote_interrupt called' in GDB but I dont get any packets in my reomte stub. I am not sure how GDB informs the remote target to stop? does anybody have any idea about this?