From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1860 invoked by alias); 21 Aug 2012 01:17:03 -0000 Received: (qmail 1842 invoked by uid 22791); 21 Aug 2012 01:17:01 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_05,CHARSET_FARAWAY_HEADER,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SARE_SUB_ENC_GB2312 X-Spam-Check-By: sourceware.org Received: from mail-qa0-f48.google.com (HELO mail-qa0-f48.google.com) (209.85.216.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Aug 2012 01:16:45 +0000 Received: by qady1 with SMTP id y1so3796236qad.0 for ; Mon, 20 Aug 2012 18:16:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.109.134 with SMTP id j6mr6339131qap.74.1345511804332; Mon, 20 Aug 2012 18:16:44 -0700 (PDT) Received: by 10.49.81.146 with HTTP; Mon, 20 Aug 2012 18:16:44 -0700 (PDT) Date: Tue, 21 Aug 2012 01:17:00 -0000 Message-ID: Subject: =?GB2312?Q?how_to_get_the_procedure_of_=22PTRACE=5FPEEKDATA=22_=A3=BF?= From: John Smith To: gdb@sourceware.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable 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: 2012-08/txt/msg00070.txt.bz2 hi , gdb take memory data through PTRACE_PEEKDATA , I want to trace this procedure , how can I go on=A3=BF thanks!