From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45214 invoked by alias); 9 Feb 2019 04:12:28 -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 45118 invoked by uid 89); 9 Feb 2019 04:12:17 -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=H*i:sk:CAEJ-0i, act 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; Sat, 09 Feb 2019 04:12:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 510255609A; Fri, 8 Feb 2019 23:12:14 -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 kJylhEKRm2d9; Fri, 8 Feb 2019 23:12:14 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DB9AA56098; Fri, 8 Feb 2019 23:12:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2AE21838B9; Sat, 9 Feb 2019 08:12:09 +0400 (+04) Date: Sat, 09 Feb 2019 04:12:00 -0000 From: Joel Brobecker To: Brian Vandenberg Cc: Pedro Alves , gdb@sourceware.org Subject: Re: gdbserver sparc solaris Message-ID: <20190209041209.GO6371@adacore.com> References: <657f3267-c77a-096f-561b-96136c5efc4f@redhat.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/msg00009.txt.bz2 > Is it possible to make gdb act like gdbserver? Why not debug directly on the machine, then? > 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 -- Joel