From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5911 invoked by alias); 19 Jul 2012 04:46:30 -0000 Received: (qmail 5903 invoked by uid 22791); 19 Jul 2012 04:46:29 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jul 2012 04:46:09 +0000 Received: by obhx4 with SMTP id x4so3941241obh.0 for ; Wed, 18 Jul 2012 21:46:09 -0700 (PDT) Received: by 10.182.212.70 with SMTP id ni6mr438434obc.44.1342673169140; Wed, 18 Jul 2012 21:46:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.108.33 with HTTP; Wed, 18 Jul 2012 21:45:28 -0700 (PDT) In-Reply-To: References: From: Hui Zhu Date: Thu, 19 Jul 2012 04:46:00 -0000 Message-ID: Subject: Re: can gdb get some information of kernel or some data belonging to the kernel address ? To: linux junior Cc: 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: 2012-07/txt/msg00044.txt.bz2 http://code.google.com/p/kgtp/ On Thu, Jul 19, 2012 at 8:59 AM, linux junior wrote: > hi: > > can gdb get some information of kernel or some data belonging to > the kernel address ? > > is there some debug engine or driver for this? > > Best Regards!