From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10953 invoked by alias); 10 Sep 2007 16:06:33 -0000 Received: (qmail 10945 invoked by uid 22791); 10 Sep 2007 16:06:32 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Sep 2007 16:06:28 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l8AG6Mj5028790; Mon, 10 Sep 2007 18:06:22 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l8AG6M7x024236; Mon, 10 Sep 2007 18:06:22 +0200 (CEST) Date: Tue, 11 Sep 2007 07:14:00 -0000 Message-Id: <200709101606.l8AG6M7x024236@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: Ralf.Flatau@sew-eurodrive.de CC: gdb@sourceware.org In-reply-to: <77BBCC617505624BAFAB36B40BA4F9EB013E9278@BRUDEMSX3.de.eu.sew> (Ralf.Flatau@sew-eurodrive.de) Subject: Re: GDB remote debugging Problem: Target selection failed .Remote register badly formatted: T0506: References: <77BBCC617505624BAFAB36B40BA4F9EB013E9278@BRUDEMSX3.de.eu.sew> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00100.txt.bz2 > Date: Mon, 10 Sep 2007 17:49:17 +0200 > From: > Hello, > > I need a help. > I try to use remotedebugging from an Windows (NT) 32 bit to a Red > Hat linux (64 Bit). > > I test the remote debuging on the same maschien like: Why make your life hard by trying to debug remotely? Just run gdb natively. It runs much better on Linux than on Windows NT.