From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90835 invoked by alias); 8 Feb 2019 21:20:58 -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 90827 invoked by uid 89); 8 Feb 2019 21:20:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=time, H*c:alternative, act X-HELO: mail-it1-f174.google.com Received: from mail-it1-f174.google.com (HELO mail-it1-f174.google.com) (209.85.166.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Feb 2019 21:20:56 +0000 Received: by mail-it1-f174.google.com with SMTP id z7so12429714iti.0 for ; Fri, 08 Feb 2019 13:20:56 -0800 (PST) MIME-Version: 1.0 References: <657f3267-c77a-096f-561b-96136c5efc4f@redhat.com> In-Reply-To: <657f3267-c77a-096f-561b-96136c5efc4f@redhat.com> From: Brian Vandenberg Date: Fri, 08 Feb 2019 21:20:00 -0000 Message-ID: Subject: Re: gdbserver sparc solaris To: Pedro Alves Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-02/txt/msg00007.txt.bz2 > > Not without someone porting gdbserver to solaris. > > > Is there an alternative to gdbserver? > > Might exist, but I don't know of one myself. > Is it possible to make gdb act like gdbserver? This all came about due to some GDB crashes we're seeing with a very complicated executable. I haven't had the time to try to figure out why it's crashing, instead just limping by with dbx until I have more time. I was just hoping for an easy way out until I have more free time. -brian