From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27721 invoked by alias); 18 Jul 2011 08:54:35 -0000 Received: (qmail 27712 invoked by uid 22791); 18 Jul 2011 08:54:34 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jul 2011 08:54:21 +0000 Received: by pvc12 with SMTP id 12so3374962pvc.0 for ; Mon, 18 Jul 2011 01:54:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.19.131 with SMTP id f3mr7642926pbe.379.1310979260880; Mon, 18 Jul 2011 01:54:20 -0700 (PDT) Received: by 10.68.52.132 with HTTP; Mon, 18 Jul 2011 01:54:20 -0700 (PDT) Date: Mon, 18 Jul 2011 08:54:00 -0000 Message-ID: Subject: gdbserver error message From: Xingxing Pan To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2011-07/txt/msg00079.txt.bz2 Hi. I'm using eclipse remotely debugging a program on a target board. I get the following message. Failed to execute MI command:w -target-select remote 192.168.20.239:2345 Error message from debugger back end: 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266. 192.168.20.239:2345: \350\277\236\346\216\245\350\266\205\346\227\266. The error message is unreadable. Dose anyone know how is the error message encoded? Thanks. Xingxing