From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18032 invoked by alias); 15 Jul 2011 15:21:05 -0000 Received: (qmail 18016 invoked by uid 22791); 15 Jul 2011 15:21:04 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,TVD_RCVD_SPACE_BRACKET X-Spam-Check-By: sourceware.org Received: from smtp.nokia.com (HELO mgw-sa01.nokia.com) (147.243.1.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Jul 2011 15:20:51 +0000 Received: from nokia.com (localhost [127.0.0.1]) by mgw-sa01.nokia.com (Switch-3.4.4/Switch-3.4.3) with ESMTP id p6FFKQDe023003; Fri, 15 Jul 2011 18:20:26 +0300 Received: from bettdhcp167185.europe.nokia.com ([bettdhcp167185.europe.nokia.com [172.25.167.185]]) by mgw-sa01.nokia.com with RELAY id p6FFK3pD022776 ; Fri, 15 Jul 2011 18:20:05 +0300 Subject: FYI [PATCH,gdb,Update7]: ensures that cie ptr of an fda is a cie Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Fawzi Mohamed In-Reply-To: Date: Fri, 15 Jul 2011 15:34:00 -0000 Cc: ext Jan Kratochvil , , ext Tristan Gingold , =?iso-8859-1?Q?Andr=E9_P=F6nitz?= Content-Transfer-Encoding: 7bit Message-Id: References: <0FC98010-6811-4715-BD3B-AE8B9221C7BF@nokia.com> <20110706170323.GA28535@host1.jankratochvil.net> <4A77D598-9262-4A47-813D-0CD977E9DA68@nokia.com> <870E5F11-1670-4333-B66E-83C297D00182@nokia.com> To: ext Tom Tromey X-Nokia-AV: Clean 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: 2011-07/txt/msg00387.txt.bz2 On Jul 12, 2011, at 9:50 PM, ext Tom Tromey wrote: >>>>>> "Fawzi" == Fawzi Mohamed writes: > > Fawzi> 2011-07-07 Fawzi Mohamed > Fawzi> * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure > Fawzi> that CIE pointer of an FDE really points to a CIE . > [...] > This is ok with this change. > [...] thanks checked in Fawzi