From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18320 invoked by alias); 14 Aug 2008 09:10:48 -0000 Received: (qmail 18310 invoked by uid 22791); 14 Aug 2008 09:10:48 -0000 X-Spam-Check-By: sourceware.org Received: from hoat.troll.no (HELO hoat.troll.no) (62.70.27.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Aug 2008 09:10:09 +0000 Received: from hoat.troll.no (tedur.troll.no [62.70.27.154]) by hoat.troll.no (Postfix) with SMTP id 377AD20B62 for ; Thu, 14 Aug 2008 11:10:05 +0200 (CEST) Received: from gar.trolltech.de (gar.trolltech.de [10.4.0.24]) by hoat.troll.no (Postfix) with ESMTP id 2930820AA3 for ; Thu, 14 Aug 2008 11:10:05 +0200 (CEST) From: =?iso-8859-1?q?Andr=E9_P=F6nitz?= To: gdb@sourceware.org Subject: How to interpret (encoded?) gdb response Date: Thu, 14 Aug 2008 16:31:00 -0000 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808141113.21141.apoenitz@trolltech.com> 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: 2008-08/txt/msg00175.txt.bz2 Hi all. I do the foillowing: - run an inferior containing a tight endless loop - attach to it with gdb -pid=3D - run 'kill ' in shell - do -exec-continue then I get: 67^running (gdb)=20 &"Cannot access memory at address 0x7fff6ca72a4c\n" &"\240\240\354\003\n" 67^error,msg=3D"\240\240\354\003" Does that msg have any meaning, i.e. how would I "decode" it? The message appears also in a non-MI environment, but is even less legible there... Regards, Andr=E9