From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22461 invoked by alias); 18 Mar 2003 16:18:32 -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 22370 invoked from network); 18 Mar 2003 16:18:31 -0000 Received: from unknown (HELO suntana.fh-konstanz.de) (141.37.9.230) by sources.redhat.com with SMTP; 18 Mar 2003 16:18:31 -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 RAA24191 for ; Tue, 18 Mar 2003 17:12:52 +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; Tue, 18 Mar 2003 17:19:10 +0100 Message-ID: <1048004350.3e7746ff02818@webmail.fh-konstanz.de> Date: Tue, 18 Mar 2003 16:18:00 -0000 From: msarasa@fh-konstanz.de To: gdb@sources.redhat.com Subject: ser-tcp ser-unix question 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/msg00275.txt.bz2 We're trying to make a new file to define how should gdb connect to a simulated UART, as I said before. Forget the other question. I see that there are three files called ser-tcp.c , ser-unix.c , ser-pipe.c , and also a pair called ser-something.c. In configure.in from gdb there's a point in which SER_HARDWIRE = "ser-unix.c ser-tcp.c ser-pipe.c" is shown. But, I'm trying to configure this (just for a probe) with SER_HARDWIRE = "ser-unix.o ser-tcp.o ser-pipe.o ser-simuart.o" with no results. I would like to do a new ser-simuart.c file , with all the methods to send-receive data to a simulated uart. So I could connect easily gdb to a software board simulator that reads/writes to a simulated UART. Before I make this ser-simuart.c file, how should I integrate this with the rest of the gdb code? Should I do something more or just a new file? Thank you very much. Each answer is really wellcomed! miguel ----- End forwarded message -----