On Fri, 2012-02-10 at 12:14 -0800, Satya Prakash Prasad wrote:
> Thanks for the info Dave. I downloaded the tar ball but facing issues
> while building it:
This is probably more appropriate for the plugin's mailing list:
https://fedorahosted.org/mailman/listinfo/gcc-python-plugin
rather than the
Fri, Feb 10, 2012 at 7:58 AM, David Malcolm wrote:
> On Thu, 2012-02-09 at 15:52 -0800, Satya Prakash Prasad wrote:
>> Hi All,
>>
>> I am a new joinee to this group and a C/C++ developer for around 2
>> yrs. What interest me most is gcc / gcov combination output.
On Thu, 2012-02-09 at 15:52 -0800, Satya Prakash Prasad wrote:
> Hi All,
>
> I am a new joinee to this group and a C/C++ developer for around 2
> yrs. What interest me most is gcc / gcov combination output. It list
> the code execution details.
>
> Is there a possibility th
Hi All,
I am a new joinee to this group and a C/C++ developer for around 2
yrs. What interest me most is gcc / gcov combination output. It list
the code execution details.
Is there a possibility that gcc build binaries can print file
name:line number of the code it is executing at run time
>From: Ben Elliston <[EMAIL PROTECTED]>
>> gcc --coverage appears to be broken on x86_64 in gcc 4.1.1 on FC6
>> (works fine with Trunk). I'm almost certain that this is a known
>> issue, but cannot find a reference in Bugzilla.
>
>I implemented that option, so can probably help you. Contact me in
> gcc --coverage appears to be broken on x86_64 in gcc 4.1.1 on FC6
> (works fine with Trunk). I'm almost certain that this is a known
> issue, but cannot find a reference in Bugzilla.
I implemented that option, so can probably help you. Contact me in
private mail and we'll try and troubleshoot i
Having searched in bugzilla and asked on gcc-help to no avail ...
gcc --coverage appears to be broken on x86_64 in gcc 4.1.1 on FC6 (works fine
with Trunk). I'm almost certain that this is a known issue, but cannot find a
reference in Bugzilla.
Could someone please give me a pointer to the bug?