From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46564 invoked by alias); 12 Feb 2020 22:30:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 46391 invoked by uid 89); 12 Feb 2020 22:30:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:209.85.210.68, H*RU:209.85.210.68 X-HELO: mail-ot1-f68.google.com Received: from mail-ot1-f68.google.com (HELO mail-ot1-f68.google.com) (209.85.210.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Feb 2020 22:30:21 +0000 Received: by mail-ot1-f68.google.com with SMTP id h9so3588106otj.11 for ; Wed, 12 Feb 2020 14:30:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TkeEyVD7j40x8O8oaS2LOMHpy7GvSW2026FXPFT7sIc=; b=WMIyUKNFlbTv1LVm4I40q4dOYfLPDjT71NOMlAq7hnMQ7+xYvSl3jMd2u8WsKZVoWx zhf6/yA7BhIwZS9W3DY4AvAm4OPQKODMzmpLYHEpnTfxrQkonfWy3xxh7l0lsKHab26E oLaaGKdZ8HWB0CTXvDKVGn9fnPhcowJ/MRVtY0kp9Jm33AiYPokj5PBNDbj0kmcpM4Og V1oO7PK8Zn6nvlfhFAlr/hhB4pwMVc09hHp8MQROy7Sx/LINDade2FI8i1p6/88fESkM MHN0fpFV9LtIPH8Vn3K+1r/1fzn6NK9Jm/tWtHEFTEJ5GdgClKYEh/NA1uJK4Lx1EK1D AMnw== MIME-Version: 1.0 References: <20200211170405.149870-1-cbiesinger@google.com> <87h7zvsbpm.fsf@tromey.com> In-Reply-To: <87h7zvsbpm.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Wed, 12 Feb 2020 22:30:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Print more information in arm_dump_tdep To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00467.txt.bz2 On Wed, Feb 12, 2020 at 4:05 PM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > Christian> I am keeping the (int) casts because a future patch will change the type > Christian> to bool. > > Christian> gdb/ChangeLog: > > Christian> 2020-02-11 Christian Biesinger > > Christian> * arm-tdep.c (arm_dump_tdep): Print more fields of tdep. > > Looks reasonable to me. Thanks. Thanks, pushed. Christian