From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52129 invoked by alias); 8 Feb 2019 12:51:21 -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 52121 invoked by uid 89); 8 Feb 2019 12:51:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Brian, H*f:sk:CAEJ-0i, H*i:sk:CAEJ-0i X-HELO: mail-wm1-f42.google.com Received: from mail-wm1-f42.google.com (HELO mail-wm1-f42.google.com) (209.85.128.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Feb 2019 12:51:20 +0000 Received: by mail-wm1-f42.google.com with SMTP id q21so3259074wmc.5 for ; Fri, 08 Feb 2019 04:51:19 -0800 (PST) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id e2sm1776679wrw.35.2019.02.08.04.51.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Feb 2019 04:51:17 -0800 (PST) Subject: Re: gdbserver sparc solaris To: Brian Vandenberg , gdb@sourceware.org References: From: Pedro Alves Message-ID: <657f3267-c77a-096f-561b-96136c5efc4f@redhat.com> Date: Fri, 08 Feb 2019 12:51:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-02/txt/msg00004.txt.bz2 On 02/08/2019 01:40 AM, Brian Vandenberg wrote: > 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? Not without someone porting gdbserver to solaris. > Is there an alternative to gdbserver? Might exist, but I don't know of one myself. > I know about the stubs, but that's aimed at embedded devices. Right. > In my situation there's typically 40-50 processes > running that I may want to attach to at any time. Thanks, Pedro Alves