From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5044 invoked by alias); 23 May 2005 01:26:51 -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 5035 invoked by uid 22791); 23 May 2005 01:26:49 -0000 Received: from ausmtp01.au.ibm.com (HELO ausmtp01.au.ibm.com) (202.81.18.186) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 23 May 2005 01:26:49 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp01.au.ibm.com (8.12.10/8.12.10) with ESMTP id j4N1T8a7035604 for ; Mon, 23 May 2005 11:29:10 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j4N1TSL3156892 for ; Mon, 23 May 2005 11:29:29 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11/8.13.3) with ESMTP id j4N1QZRj023183 for ; Mon, 23 May 2005 11:26:35 +1000 Received: from plinuxt18.cn.ibm.com (plinuxt18.cn.ibm.com [9.181.140.28]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id j4N1QXbU023120; Mon, 23 May 2005 11:26:34 +1000 Date: Mon, 23 May 2005 01:26:00 -0000 From: Wu Zhou To: Joel Brobecker cc: Ivan Popivanov , gdb@sources.redhat.com Subject: Re: AIX support In-Reply-To: <20050523000021.GN12565@adacore.com> Message-ID: References: <428FA3E2.2050607@gmx.net> <20050523000021.GN12565@adacore.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-05/txt/msg00277.txt.bz2 from my experiences, GDB works well with xl c compiler. but not so well on xl c++ compiler, especially on virtual class and function. On Mon, 23 May 2005, Joel Brobecker wrote: > > Does GDB support AIX? Is it possible to debug programs compiled with AIX > > native xlC compiler? > > GDB does support AIX. I don't know however how well GDB supports > debugging of programs built with xlC. > > -- > Joel > >