Bug 3443 - debug output on frysk console from CDT/dom
Summary: debug output on frysk console from CDT/dom
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 3392
  Show dependency treegraph
 
Reported: 2006-11-01 18:03 UTC by Andrew Cagney
Modified: 2006-11-02 14:12 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-11-01 18:03:27 UTC
From: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212434

Daniel Qarras writes:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212434#c6

I've updated to frysk-0.0.1.2006.10.30.rh1-1.fc6 from FC6 updated and the
exception does not occur anymore. However, when attaching to the same example
process compiled with "gcc -g test.c" I now get:


i = 0
i = 1
i = 2
getting sourcefile
checking hashmap
Creating new image
creating source
<?xml version="1.0" encoding="UTF-8"?>
<TaskTask>Frysk JDOM<PC /><image filename="Task 7577" filepath="/tmp"
CCPATH="/tmp" /></TaskTask>
Complete Parse: Error found on line 70
                Char offset of error = 1922
Looking for test.c: 9


What gives?
Comment 1 Rick Moseley 2006-11-02 14:12:05 UTC
Fixed in CVS HEAD.  Pulled the debug statements out of DOMFactory and CDTParser.
 Set the "debug" boolean values to "false" there too.