From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87014 invoked by alias); 8 Feb 2019 01:41:03 -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 86931 invoked by uid 89); 8 Feb 2019 01:41:02 -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=brian, H*c:alternative X-HELO: mail-it1-f178.google.com Received: from mail-it1-f178.google.com (HELO mail-it1-f178.google.com) (209.85.166.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Feb 2019 01:41:00 +0000 Received: by mail-it1-f178.google.com with SMTP id w18so5233311ite.1 for ; Thu, 07 Feb 2019 17:41:00 -0800 (PST) MIME-Version: 1.0 From: Brian Vandenberg Date: Fri, 08 Feb 2019 01:41:00 -0000 Message-ID: Subject: gdbserver sparc solaris To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-02/txt/msg00003.txt.bz2 I'm trying to build a version of gdb that can run on x86 Linux for debugging binaries running on a sparc solaris host. What I have right now is an x86 linux hosted gdb that allows me to debug core dumps from a process running on a sparc solaris host. When I try to build gdbserver for that platform it says that host type isn't supported. Is it possible to get gdbserver to work on sparc solaris? Is there an alternative to gdbserver? I know about the stubs, but that's aimed at embedded devices. In my situation there's typically 40-50 processes running that I may want to attach to at any time. -brian