From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31653 invoked by alias); 27 Apr 2014 14:27:25 -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 31638 invoked by uid 89); 27 Apr 2014 14:27:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f173.google.com Received: from mail-ob0-f173.google.com (HELO mail-ob0-f173.google.com) (209.85.214.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 27 Apr 2014 14:27:22 +0000 Received: by mail-ob0-f173.google.com with SMTP id wn1so6202950obc.4 for ; Sun, 27 Apr 2014 07:27:20 -0700 (PDT) X-Received: by 10.182.32.3 with SMTP id e3mr17330017obi.30.1398608840658; Sun, 27 Apr 2014 07:27:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.79.133 with HTTP; Sun, 27 Apr 2014 07:26:40 -0700 (PDT) In-Reply-To: <535ABB7E.8040302@redhat.com> References: <5359EAB3.7060808@mentor.com> <535ABB7E.8040302@redhat.com> From: Hui Zhu Date: Sun, 27 Apr 2014 14:27:00 -0000 Message-ID: Subject: Re: [PATCH] Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME and ARCH_FRAME To: Pedro Alves Cc: Hui Zhu , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00553.txt.bz2 On Sat, Apr 26, 2014 at 3:46 AM, Pedro Alves wrote: > On 04/25/2014 05:55 AM, Hui Zhu wrote: > >> 2014-04-25 Hui Zhu >> >> * stack.c (print_frame_info): Call do_gdb_disassembly with >> DUMMY_FRAME, SIGTRAMP_FRAME and ARCH_FRAME. > > OK, thanks. Commited as https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=433e77fad1fda55408db072de18dcd4f9116289e Thanks, Hui > > -- > Pedro Alves