From owner-freebsd-arch@FreeBSD.ORG Thu Apr 10 22:42:23 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EC31876; Thu, 10 Apr 2014 22:42:23 +0000 (UTC) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14E401D1E; Thu, 10 Apr 2014 22:42:23 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id cm18so3627371qab.4 for ; Thu, 10 Apr 2014 15:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6k4puJcMRi4wzg7JijLgaQEbZQmdJ55ZnvuZYYHwJDo=; b=NQTg4lzWlaQq9DVR7gkIJc/q3lPCT2g9QAjkqxcpsKfDpcVkEVhUN1vgbyBhF1xdKF jcXyWULlCM+iMwxzkRxigGlo63vR40azZBFW+tuZG14g/uxZwz9GGbcPZAs8AGamgbld jEWL/dcQSF9dXCijDblPxDLz6x4OwDWVqZMNAQ8IiADsPmwc/17mYEzAycoFWQKBLU8B sr5y1bXlT0vNSmxkweIjWbKmCHcoFUWbEyGOioHnWpYgaUmVwlaWefSG6LNNzZctuWx7 lafiXIjDC0pvMM0j1Qt2GX89/QTvIWE0QXapfghso1dkvYHsF4DBGvrfgVdhE5WuX1CK E/Uw== MIME-Version: 1.0 X-Received: by 10.224.47.130 with SMTP id n2mr24403283qaf.26.1397169742264; Thu, 10 Apr 2014 15:42:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.50.206 with HTTP; Thu, 10 Apr 2014 15:42:22 -0700 (PDT) In-Reply-To: <59CD3E44-42EE-435A-8953-AA548EA04FE3@FreeBSD.org> References: <201404091145.58792.jhb@freebsd.org> <674B7C0B-9235-4030-9A44-7F9984CA2F67@bsdimp.com> <201404101702.52622.jhb@freebsd.org> <59CD3E44-42EE-435A-8953-AA548EA04FE3@FreeBSD.org> Date: Thu, 10 Apr 2014 15:42:22 -0700 X-Google-Sender-Auth: szjPYx27PzLDx4Zn_M9jnPbnMnw Message-ID: Subject: Re: Time for turning off gdb by default? Or worse... From: Adrian Chadd To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 22:42:23 -0000 On 10 April 2014 15:33, Dimitry Andric wrote: > On 10 Apr 2014, at 23:40, Adrian Chadd wrote: >> [snip] >> >> My (-1) action item: >> >> * make llvm in -HEAD generate dwarf-2 code by default so the base >> system gdb can be again used against binaries that have debug symbols, >> at least until a viable replacement is ready. > > Just do: > > pkg install gdb I think you're missing the whole point. Also, that doesn't work on MIPS. Or ARM. Or PPC. Or IA-64. -a (All the world isn't amd64.)