From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16060 invoked by alias); 21 Apr 2008 10:00:22 -0000 Received: (qmail 16036 invoked by uid 22791); 21 Apr 2008 10:00:20 -0000 X-Spam-Check-By: sourceware.org Received: from el-out-1112.google.com (HELO el-out-1112.google.com) (209.85.162.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Apr 2008 10:00:00 +0000 Received: by el-out-1112.google.com with SMTP id j27so359512elf.23 for ; Mon, 21 Apr 2008 02:59:58 -0700 (PDT) Received: by 10.142.131.18 with SMTP id e18mr1632891wfd.36.1208771997903; Mon, 21 Apr 2008 02:59:57 -0700 (PDT) Received: by 10.142.111.16 with HTTP; Mon, 21 Apr 2008 02:59:57 -0700 (PDT) Message-ID: Date: Mon, 21 Apr 2008 12:55:00 -0000 From: Tea To: "Thiago Jung Bauermann" Subject: about current_gdbarch Cc: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00424.txt.bz2 Hi Thiago, In your mail, you want me remove the "current_gdbarch" from my patch. But it's so hard to me. Because most of "current_gdbarch" is used in function "record_message" and sub-function of it(such as i386_record and mips_record). "record_message" will be called by function "resume" that use a lot of "current_gdbarch" in it. So I think get current gdbarch without "current_gdbarch" is so hard. Could you please help me about it? Or let me keep "current_gdbarch" in current time. Maybe I can remove it in the future. Thanks, teawater