From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16055 invoked by alias); 13 Jun 2016 10:49:57 -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 15946 invoked by uid 89); 13 Jun 2016 10:49:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:tui_sho, sk:find_pc X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-oi0-f50.google.com Received: from mail-oi0-f50.google.com (HELO mail-oi0-f50.google.com) (209.85.218.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 13 Jun 2016 10:49:55 +0000 Received: by mail-oi0-f50.google.com with SMTP id w5so122282801oib.2; Mon, 13 Jun 2016 03:49:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=gEI1ky1na5ZoybZQ2fflDRmp9X15WLbF5benzm7WEe4=; b=Nx6HZpph4fW/5u1k4xLKRIONopd8ONP297v3vIPyAgK0ltQvw+9+BiFw7exoKwJwjf QU0F25trD+Ct3aPLU+zI5qMapO5Waw/gZ/TH4U1ECmtLxB0qRLOtGt+siaCZTYvEWZIY 8VeU0ui2Wcf1x7p6R1tBIBWFXlhjW79xTToXZk0IeaRYtAPdf5Tk6w+TwFdVTSlSKelS /uAoXFd1985LaIdroU0wnCJfeCK5qAcmDdaEI3b0VA8k1oTbtuYtYxgvc8ucb1rhU+if XU/XiqiMSB8Hh5sCeM0/Ab3gKldy/L+rPWfipfxgTtWghgEH3Ih22oXsJrgO7QkY7kIG r4Kg== X-Gm-Message-State: ALyK8tLYJLXzkTdziO7FuJq5ghKnHS0FWSQaxffe4OO608+powYaBI+E9038tJTEfq5QeAviSf7/x5AVCQ8lkA== X-Received: by 10.157.59.134 with SMTP id k6mr7496126otc.116.1465814993109; Mon, 13 Jun 2016 03:49:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.68.4 with HTTP; Mon, 13 Jun 2016 03:49:52 -0700 (PDT) In-Reply-To: <1465678115-58170-7-git-send-email-jhb@FreeBSD.org> References: <1465678115-58170-1-git-send-email-jhb@FreeBSD.org> <1465678115-58170-7-git-send-email-jhb@FreeBSD.org> From: Yao Qi Date: Mon, 13 Jun 2016 10:49:00 -0000 Message-ID: Subject: Re: [PATCH 6/8] Pass a NULL pointer as the last argument to find_pc_partial_function. To: John Baldwin Cc: "gdb-patches@sourceware.org" , binutils@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00220.txt.bz2 On Sat, Jun 11, 2016 at 9:48 PM, John Baldwin wrote: > gdb/ChangeLog: > > * tui/tui-stack.c (tui_show_frame_info): Fix type mismatch. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)