From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18364 invoked by alias); 26 Jul 2007 16:07:52 -0000 Received: (qmail 18356 invoked by uid 22791); 26 Jul 2007 16:07:52 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jul 2007 16:07:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l6QG4hcR001510; Thu, 26 Jul 2007 12:04:43 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l6QG4IMa013963; Thu, 26 Jul 2007 12:04:43 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l6QErT8l031054; Thu, 26 Jul 2007 10:53:29 -0400 Message-ID: <46A8B58C.5080005@redhat.com> Date: Thu, 26 Jul 2007 16:07:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Kris Van Hees CC: frysk@sourceware.org Subject: Re: frysk-core/frysk/symtab ChangeLog SymbolFactor ... References: <20070726143255.32431.qmail@sourceware.org> In-Reply-To: <20070726143255.32431.qmail@sourceware.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00196.txt.bz2 Did we forget to commit the test case? kvanhees@sourceware.org wrote: > CVSROOT: /cvs/frysk > Module name: frysk-core > Changes by: kvanhees@sourceware.org 2007-07-26 14:32:55 > > Modified files: > frysk/symtab : ChangeLog SymbolFactory.java > > Log message: > 2007-07-26 Kris Van Hees > > * SymbolFactory.java (getSymbol): Verify whether the Dwfl and DwflModule > can be retrieved. If not, return UNKNOWN. > > Patches: > http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/symtab/ChangeLog.diff?cvsroot=frysk&r1=1.5&r2=1.6 > http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/symtab/SymbolFactory.java.diff?cvsroot=frysk&r1=1.1&r2=1.2 > >