From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78235 invoked by alias); 12 Feb 2019 03:09:35 -0000 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 Received: (qmail 78225 invoked by uid 89); 12 Feb 2019 03:09:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sorry! X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Feb 2019 03:09:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5CBE156106; Mon, 11 Feb 2019 22:09:32 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kR5StrLN-buD; Mon, 11 Feb 2019 22:09:32 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E445B56048; Mon, 11 Feb 2019 22:09:31 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 77930838BA; Tue, 12 Feb 2019 07:09:25 +0400 (+04) Date: Tue, 12 Feb 2019 03:09:00 -0000 From: Joel Brobecker To: Brian Vandenberg Cc: Pedro Alves , gdb@sourceware.org Subject: Re: gdbserver sparc solaris Message-ID: <20190212030925.GE17730@adacore.com> References: <657f3267-c77a-096f-561b-96136c5efc4f@redhat.com> <20190209041209.GO6371@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-02/txt/msg00011.txt.bz2 > My apologies if my wording wasn't clear: More likely I read it, and then forgot. Sorry! > GDB is crashing when trying to debug directly on the machine and I haven't > had the time to dive in to figure out why; we've had to limp along using > dbx from Solaris Studio in the mean-time. I had hoped if I could get > remote debugging to work perhaps the problem wouldn't manifest or would > help shed light on the problem by causing a different problem. Have you tried other, maybe older versions of GDB, to see if they fare better? -- Joel