From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9960 invoked by alias); 3 Mar 2003 10:01:24 -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 9951 invoked from network); 3 Mar 2003 10:01:23 -0000 Received: from unknown (HELO suntana.fh-konstanz.de) (141.37.9.230) by 172.16.49.205 with SMTP; 3 Mar 2003 10:01:23 -0000 Received: from localhost (s4502.fh-konstanz.de [141.37.9.242]) by suntana.fh-konstanz.de (8.9.3+Sun/8.9.3) with ESMTP id KAA25664 for ; Mon, 3 Mar 2003 10:56:06 +0100 (MET) Received: from 212.62.199.50 ( [212.62.199.50]) as user msarasa@mail.fh-konstanz.de by webmail.fh-konstanz.de with HTTP; Mon, 3 Mar 2003 11:02:00 +0100 Message-ID: <1046685720.3e632818afd48@webmail.fh-konstanz.de> Date: Mon, 03 Mar 2003 10:01:00 -0000 From: msarasa@fh-konstanz.de To: gdb@sources.redhat.com Subject: command targe child question , help needed!! MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 212.62.199.50 X-SW-Source: 2003-03/txt/msg00044.txt.bz2 I think this is the right command I have to use in order to connect gdb with an external proccess. As said in the help. But , this is my case: I've made a simulator of a whole board with it's processor. I can run it as a process , and I want to know a little bit more about how to connect that with gdb. In the documentation there's no more said about how does target child work , and I would like to know, if it's possible , the way this command works. The format of the packets in this communication, the way I have to use it, and how exactly should I modify a program that reads from a simulated UART, to take the outputs from the gnu. It's REALLY important for me a little help with this. If I should explain more about the simulator or the problem , please tell me!! but answer me anyway!! I'm totally stopped at this point. Thank you very much, Miguel.