From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12982 invoked by alias); 8 Mar 2009 05:48:43 -0000 Received: (qmail 12973 invoked by uid 22791); 8 Mar 2009 05:48:43 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.188) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 08 Mar 2009 05:48:39 +0000 Received: by ti-out-0910.google.com with SMTP id y8so644054tia.12 for ; Sat, 07 Mar 2009 21:48:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.110.37.17 with SMTP id k17mr3889263tik.32.1236491316322; Sat, 07 Mar 2009 21:48:36 -0800 (PST) Date: Sun, 08 Mar 2009 05:48:00 -0000 Message-ID: Subject: line_num of gdb_disassembly From: teawater To: gdb ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00056.txt.bz2 Hi guys, I found that the argument line_num of gdb_disassembly isn't used in anywhere. So maybe I can remove it. And it can be checked in under the obvious rule, right? Thanks, Hui