From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38374 invoked by alias); 9 Jun 2015 13:36:57 -0000 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 Received: (qmail 38351 invoked by uid 89); 9 Jun 2015 13:36:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f181.google.com Received: from mail-pd0-f181.google.com (HELO mail-pd0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 09 Jun 2015 13:36:55 +0000 Received: by pdjm12 with SMTP id m12so15362617pdj.3 for ; Tue, 09 Jun 2015 06:36:53 -0700 (PDT) X-Received: by 10.68.241.164 with SMTP id wj4mr38596277pbc.37.1433857013885; Tue, 09 Jun 2015 06:36:53 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id ho2sm5729509pbb.14.2015.06.09.06.36.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 06:36:53 -0700 (PDT) Message-ID: <5576EBED.1060903@gmail.com> Date: Tue, 09 Jun 2015 13:36:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Taimoor , gdb-patches@sourceware.org Subject: Re: Improving GDB's mechanism to check if function is GC'ed References: <556DB1BB.50601@codesourcery.com> <557684A5.1040709@codesourcery.com> In-Reply-To: <557684A5.1040709@codesourcery.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00129.txt.bz2 Hi Taimoor, Sorry for the delayed reply. On 09/06/15 07:16, Taimoor wrote: > As you implemented current GC'ing mechanism, Can you kindly take a look > at below mentioned problem and proposed solution. I'll take a look next week when I am back to office, if nobody review this patch in this period. I am in a travel for Linaro Toolchain Sprint this week. -- Yao (齐尧)