From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19565 invoked by alias); 24 Apr 2003 20:25: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 19542 invoked from network); 24 Apr 2003 20:25:32 -0000 Received: from unknown (HELO mail.s.netic.de) (212.9.160.11) by sources.redhat.com with SMTP; 24 Apr 2003 20:25:32 -0000 Received: from host-212-9-162-101.dial.netic.de ([212.9.162.101] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.10) id 198nHf-000IYN-00 for gdb@sources.redhat.com; Thu, 24 Apr 2003 22:25:31 +0200 Received: from schleim (localhost [127.0.0.1]) by schleim.qwe.de (Postfix) with ESMTP id DD6F5C76 for ; Thu, 24 Apr 2003 22:18:45 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" From: Torsten Mohr To: gdb Subject: Windows server example code Date: Thu, 24 Apr 2003 20:25:00 -0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200304242218.45594.tmohr@s.netic.de> X-SW-Source: 2003-04/txt/msg00301.txt.bz2 Hi, i wrote a GDB remote protocol server that lets you debug an ARM core that is connected to the parallel port. That code only runs on Linux at the moment, it can be found at: http://www.s.netic.de/tmohr/pppcb-0.7.0.tar.bz2 Now i'd like to port that code to Windows and it would be great if somebody had some example code for Windows that listens on a certain port on localhost and accepts connections. Best regards, Torsten.