From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64097 invoked by alias); 4 Mar 2017 21:12:40 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 64077 invoked by uid 89); 4 Mar 2017 21:12:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*Ad:U*uweigand, H*Ad:U*amodra, 883, HTo:U*bergner X-HELO: mail-wm0-f52.google.com Received: from mail-wm0-f52.google.com (HELO mail-wm0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Mar 2017 21:12:38 +0000 Received: by mail-wm0-f52.google.com with SMTP id n11so38193345wma.1 for ; Sat, 04 Mar 2017 13:12:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=iBAQ8cpPDTcyl7wi0l1n+tGiPdzC9iSJvJzcItA4HG4=; b=N6F0boYFSB6fElD99hofwM1/k7orckdu0fGHnquyTLONh1g85lp1qlC04olJnvuIH1 7AqW+Q0Or0KCb8XWmcLDe+haAiVTnmsVFp6WU5AFAqljvk9qWJorudE6tmGD9VAz/zhq sDzfEyVmBVDhfoH5NUkNUNStty9nSWUDLvF9AM2FBi/ARajgepr5CdfctOUC71nUlyq8 o0edkxr3nSK7Wq3lGbHTU5ItbU91Um5UPxDjuJg6r6ho4VletorH/L8DZ2wlftu1JXaI SyF2AIa69QXgscbDsxhp345+LDpE7T0P147vtMSYJquL20+m4q4IjJuDiPAt624EVdzH yApA== X-Gm-Message-State: AMke39nHPt0LFZ/jBIL78l37Gv76LMZe/7JaBGrnTTBZg6hQaqwmTNFzbfc/pTjwViiBSTHe X-Received: by 10.28.6.210 with SMTP id 201mr8397298wmg.85.1488661956655; Sat, 04 Mar 2017 13:12:36 -0800 (PST) Received: from host1.jankratochvil.net (host1.jankratochvil.net. [2a02:2b88:2:1::3b57:1]) by smtp.gmail.com with ESMTPSA id u41sm20505872wrc.24.2017.03.04.13.12.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 04 Mar 2017 13:12:36 -0800 (PST) From: Jan Kratochvil X-Google-Original-From: Jan Kratochvil Date: Sat, 04 Mar 2017 21:12:00 -0000 To: Peter Bergner Cc: gdb-patches@sourceware.org, Pedro Alves , binutils , Alan Modra , Yao Qi , Ulrich Weigand Subject: Regression: gdb.base/sizeof.exp [Re: [PATCH, v18] Add support for setting disassembler-options in GDB for POWER, ARM and S390] Message-ID: <20170304211233.GA6315@host1.jankratochvil.net> References: <3b452b44-43a9-75fe-2d4a-e32f17d86fa9@vnet.ibm.com> <6436bd28-b4c8-6a1c-8b0a-00997b64ee9d@vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6436bd28-b4c8-6a1c-8b0a-00997b64ee9d@vnet.ibm.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-SW-Source: 2017-03/txt/msg00045.txt.bz2 On Tue, 28 Feb 2017 19:41:49 +0100, Peter Bergner wrote: > Having received approvals from everyone now, I have committed this > version of the patch, commit 65b48a81404cb058c75c562f7dfdeb74f07eba72 Author: Peter Bergner Date: Tue Feb 28 12:32:07 2017 -0600 GDB: Add support for the new set/show disassembler-options commands. ERROR: : spawn id exp8 not open ... UNRESOLVED: gdb.base/sizeof.exp: maint print arch (timeout) Program terminated with signal SIGSEGV, Segmentation fault. (gdb) frame #0 gdbarch_dump (gdbarch=0x4af2010, file=0x4a0b140) at gdbarch.c:881 881 fprintf_unfiltered (file, (gdb) l ... 881 fprintf_unfiltered (file, 882 "gdbarch_dump: disassembler_options = %s\n", 883 pstring (*gdbarch->disassembler_options)); ... (gdb) p gdbarch->disassembler_options $1 = (char **) 0x0 (gdb) _ Fedora 25 x86_64 Jan