From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22270 invoked by alias); 18 Oct 2007 16:48:49 -0000 Received: (qmail 22255 invoked by uid 22791); 18 Oct 2007 16:48:48 -0000 X-Spam-Check-By: sourceware.org Received: from brical.or.uni-bonn.de (HELO brical.or.uni-bonn.de) (131.220.141.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 18 Oct 2007 16:48:46 +0000 Received: from wse04.or.uni-bonn.de (bg-1.or.uni-bonn.de [131.220.141.100]) by brical.or.uni-bonn.de (Postfix) with ESMTP id 1A3CB3B6AA for ; Thu, 18 Oct 2007 18:48:06 +0200 (CEST) Received: from [131.220.143.130] (wse00.or.uni-bonn.de [131.220.143.130]) by wse04.or.uni-bonn.de (Postfix) with ESMTP id 3599BE927 for ; Thu, 18 Oct 2007 18:48:43 +0200 (CEST) From: Christoph Bartoschek To: gdb@sourceware.org Subject: Re: Compiling on AIX 5.3 with xlC Date: Thu, 18 Oct 2007 16:48:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070831.706792) References: <200710181330.49445.bartoschek@or.uni-bonn.de> <200710181826.04526.bartoschek@or.uni-bonn.de> <20071018163938.GS16618@adacore.com> In-Reply-To: <20071018163938.GS16618@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710181849.09384.bartoschek@or.uni-bonn.de> 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: 2007-10/txt/msg00146.txt.bz2 Am Donnerstag, 18. Oktober 2007 schrieb Joel Brobecker: > What happens if you run GDB with > > (gdb) set debug aix-thread > > before you attach? Nothing different than in the other tests. But you mentioned ptrace. I've seen some warnings related to the arguments of ptrace during compiling. If I remember correctly there has been a 32bit/64bit mismatch of the type a pointer points to. Christoph