From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11505 invoked by alias); 15 Jan 2004 09:32:41 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11488 invoked from network); 15 Jan 2004 09:32:39 -0000 Received: from unknown (HELO smtp.cs.nthu.edu.tw) (140.114.87.30) by sources.redhat.com with SMTP; 15 Jan 2004 09:32:39 -0000 Received: from cs.nthu.edu.tw (root@cs0 [140.114.87.1]) by smtp.cs.nthu.edu.tw (8.12.10/8.12.10) with ESMTP id i0F9WeVb013545 for ; Thu, 15 Jan 2004 17:32:40 +0800 (CST) Received: from webmail.cs.nthu.edu.tw (webmail [140.114.87.10]) by cs.nthu.edu.tw (8.12.10/8.12.10) with ESMTP id i0F9Wc0W014172 for ; Thu, 15 Jan 2004 17:32:38 +0800 (CST) Received: from webmail.cs.nthu.edu.tw (localhost [127.0.0.1]) by webmail.cs.nthu.edu.tw (8.12.8+Sun/8.12.8) with ESMTP id i0F9WZfv006806 for ; Thu, 15 Jan 2004 17:32:35 +0800 (CST) Received: (from nobody@localhost) by webmail.cs.nthu.edu.tw (8.12.8+Sun/8.12.8/Submit) id i0F9WYkC006805 for gdb@sources.redhat.com; Thu, 15 Jan 2004 17:32:34 +0800 (CST) X-Authentication-Warning: webmail.cs.nthu.edu.tw: nobody set sender to mr924352@cs.nthu.edu.tw using -f Received: from mclab7.cs.nthu.edu.tw (mclab7.cs.nthu.edu.tw [140.114.78.157]) by webmail.cs.nthu.edu.tw (IMP) with HTTP for ; Thu, 15 Jan 2004 17:32:34 +0800 Message-ID: <1074159154.40065e325349d@webmail.cs.nthu.edu.tw> Date: Thu, 15 Jan 2004 09:32:00 -0000 From: mr924352@cs.nthu.edu.tw To: gdb@sources.redhat.com Subject: About gdb source code MIME-Version: 1.0 Content-Type: text/plain; charset=BIG5 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 140.114.78.157 X-SW-Source: 2004-01/txt/msg00189.txt.bz2 Hello everybody: Now, i try to trace the gdb source code. In gdb , if we want to know the PC value,we can type "disp $pc". My question is where is the gdb source code to process the "disp" action.