From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14482 invoked by alias); 30 Apr 2009 16:18:03 -0000 Received: (qmail 14473 invoked by uid 22791); 30 Apr 2009 16:18:02 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from saturn.robustserver.com (HELO saturn.robustserver.com) (75.126.93.128) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Apr 2009 16:17:54 +0000 Received: from [98.221.23.85] (helo=[192.168.10.6]) by saturn.robustserver.com with esmtpa (Exim 4.69) (envelope-from ) id 1LzYxC-0004m7-7e; Thu, 30 Apr 2009 12:17:44 -0400 Message-ID: <49F9CF1D.8000209@apogeect.com> Date: Thu, 30 Apr 2009 16:20:00 -0000 From: Frank Middleton User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9.1b3pre) Gecko/20081223 Thunderbird/3.0b1 MIME-Version: 1.0 To: Paul Pluzhnikov CC: Hui Zhu , gdb@sourceware.org Subject: Re: Experiences building and using gdb 6.8 on Solaris References: <49F4C98B.2000609@apogeect.com> <49F9BB0E.4010706@apogeect.com> <8ac60eac0904300841t1647155ar46c6337cfa5eece8@mail.gmail.com> In-Reply-To: <8ac60eac0904300841t1647155ar46c6337cfa5eece8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-04/txt/msg00232.txt.bz2 On 04/30/09 11:41, Paul Pluzhnikov wrote: > On Thu, Apr 30, 2009 at 7:51 AM, Frank Middleton > Does attached patch fix it for you? Yes, it appears that it does. Thank you so much! What should I tell the OpenSolaris folks? gdb /tmp/a.out GNU gdb (GDB) 6.8.50.20090427-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.11". For bug reporting instructions, please see: ... (gdb) r Starting program: /tmp/a.out [Thread debugging using libthread_db enabled] Program exited normally. (gdb)