From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29350 invoked by alias); 28 May 2010 02:20:24 -0000 Received: (qmail 29342 invoked by uid 22791); 28 May 2010 02:20:23 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 May 2010 02:20:20 +0000 Received: by pvc21 with SMTP id 21so651929pvc.0 for ; Thu, 27 May 2010 19:20:19 -0700 (PDT) Received: by 10.142.1.39 with SMTP id 39mr7760227wfa.287.1275013219125; Thu, 27 May 2010 19:20:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.45.13 with HTTP; Thu, 27 May 2010 19:19:59 -0700 (PDT) From: Hui Zhu Date: Fri, 28 May 2010 02:20:00 -0000 Message-ID: Subject: [HELP] GDB general way to quickly find a addr in a list of addrs To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-05/txt/msg00096.txt.bz2 Hi guys, Does GDB have a general way to quickly find a number in a list of numbers? Thanks, Hui