From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22331 invoked by alias); 11 Jun 2008 20:40:59 -0000 Received: (qmail 20867 invoked by uid 48); 11 Jun 2008 20:40:20 -0000 Date: Wed, 11 Jun 2008 20:40:00 -0000 Message-ID: <20080611204020.20866.qmail@sourceware.org> From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20080611194808.6632.swagiaal@redhat.com> References: <20080611194808.6632.swagiaal@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6632] Debugging fhpd with fhpd does not print source X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00315.txt.bz2 List-Id: ------- Additional Comments From cagney at redhat dot com 2008-06-11 20:40 ------- What's happening is that GCJ generates a main() stub which will then call the java runtime starting up FHPD. The generated main() lives in a temp file such as the below. The DWARF committee keep considering ways to address this; for instance how to describe, in dwarf, something that really isn't debug-info but rather run-time info. Anyway, if we could find the true entry point, then "run" could automatically breakpoint in "main". btw #1; fortran and ada have the same problem btw #2: .stabs (another debug format) were, at one stage genrating an N_main stab. perhaps check the DWARF web site to see if anything got resolved. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6632 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.