From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32373 invoked by alias); 22 Jan 2007 18:34:01 -0000 Received: (qmail 32365 invoked by uid 22791); 22 Jan 2007 18:34:00 -0000 X-Spam-Check-By: sourceware.org Received: from bos-mailout1.raytheon.com (HELO bos-mailout1.raytheon.com) (199.46.198.198) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 Jan 2007 18:33:51 +0000 Received: from dmoute00.directory.ray.com (dmoute00.directory.ray.com [147.25.130.120]) by bos-mailout1.raytheon.com (Switch-3.2.5/Switch-3.2.4) with ESMTP id l0MIXaTH005963 for ; Mon, 22 Jan 2007 18:33:48 GMT Received: from dmsmtpe00.directory.ray.com (dmsmtpe00.directory.ray.com [147.25.130.121]) by dmoute00.directory.ray.com (Switch-3.2.5/Switch-3.2.4) with ESMTP id l0MIXWmN013993 sender Ian_C_White@raytheon.com for ; Mon, 22 Jan 2007 18:33:47 GMT Received: from ad2-msg05.and.us.ray.com (ad2-msg05.and.us.ray.com [138.127.59.161]) by dmsmtpe00.directory.ray.com (8.12.11/8.12.11) with ESMTP id l0MIXWv0013409 sender Ian_C_White@raytheon.com for ; Mon, 22 Jan 2007 18:33:32 GMT In-Reply-To: <20070122181952.GA16917@nevyn.them.org> MIME-Version: 1.0 To: gdb@sourceware.org Subject: Support for AIX5 on PowerPC X-Mailer: Lotus Notes Release 6.5.2 June 01, 2004 Message-ID: From: Ian C White Date: Mon, 22 Jan 2007 18:34:00 -0000 Content-Type: text/plain; charset="US-ASCII" 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-01/txt/msg00291.txt.bz2 I'm looking for information regarding the error reported below. Many thanks, Ian White Raytheon > Now I've built gdb and, when I run a program in gdb, I get the following > message: > > [tcsetpgrp failed in terminal_inferior: Not owner] > warning: no shared library support for this OS / ABI > Warning: > Cannot insert breakpoint 1. > Error accessing memory address 0x1a968: I/O error. > > osabi is set to "auto", which means "AIX". The tcsetpgrp error is the > result of attach_flag not being set. > > What is the current state of support for aix5 on powerpc? Is this a gdb > issue or a bfd issue? > > These I am afraid I don't know. Joel tests on AIX; last I remember, it > was a bit bad, but not this broken. > > -- > Daniel Jacobowitz > CodeSourcery