Hi, That's the good way to do that. I just tried it again, and it works for me.
I'm a bit disappointed now... Just another thing: is gcov plugin listed in $ECLIPSE_ROOT/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info ? Xavier -----Original Message----- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Bhat B, Niranjan (NSN - IN/Bangalore) Sent: 02 May 2011 11:00 To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Gcov not working in Eclipse Helious Hi, I installed it from within eclipse using: help->install new Software.. And used this link:technology.linuxtools Update Site - http://download.eclipse.org/technology/linuxtools/update After this since it did not work I also uninstalled the plugin again and installed it in the same way but it also did not help :( regards, Niranjan -----Original Message----- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of ext Xavier RAYNAUD Sent: Monday, May 02, 2011 2:18 PM To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Gcov not working in Eclipse Helious Hi, There is no mention of gcov in the ".metadata/.log" you provided. I think these messages are not related to gcov plugins. However, the fact that "plugin registry" does not contain gcov plugin is interesting: My first intuition is probably good: gcov plugins were not installed properly. What procedure did you use to install these plugins? Xavier -----Original Message----- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Bhat B, Niranjan (NSN - IN/Bangalore) Sent: 02 May 2011 10:39 To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Gcov not working in Eclipse Helious Hi Xavier, Thanks for replying! I checked the plug-in registry and did not find the gcov plugin there. I put the search text as gcov and did not find anything there. I guess this is how you check the plug-in registry. Also I found some logs related to gcov in the .metadata/.log: --cut-- !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-05-02 13:56:04.441 !MESSAGE Conflict for 'org.eclipse.ltk.ui.refactor.apply.refactoring.script': HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.apply.refactorin g.script, handler=ActionDelegateHandlerProxy(null,org.eclipse.ltk.ui.refactoring.a ctions.ApplyRefactoringScriptAction), expression=AndExpression(ActionSetExpression(org.eclipse.cdt.ui.CodingAc tionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),WorkbenchWindowE xpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriorit y=16640) HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.apply.refactorin g.script, handler=ActionDelegateHandlerProxy(null,org.eclipse.jdt.internal.ui.refa ctoring.actions.ApplyRefactoringScriptAction), expression=AndExpression(ActionSetExpression(org.eclipse.jdt.ui.CodingAc tionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),WorkbenchWindowE xpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriorit y=16640) !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-05-02 13:56:04.441 !MESSAGE Conflict for 'org.eclipse.ltk.ui.refactor.create.refactoring.script': HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.create.refactori ng.script, handler=ActionDelegateHandlerProxy(null,org.eclipse.jdt.internal.ui.refa ctoring.actions.CreateRefactoringScriptAction), expression=AndExpression(ActionSetExpression(org.eclipse.jdt.ui.CodingAc tionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),WorkbenchWindowE xpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriorit y=16640) HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.create.refactori ng.script, handler=ActionDelegateHandlerProxy(null,org.eclipse.ltk.ui.refactoring.a ctions.CreateRefactoringScriptAction), expression=AndExpression(ActionSetExpression(org.eclipse.cdt.ui.CodingAc tionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),WorkbenchWindowE xpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriorit y=16640) !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-05-02 13:56:04.441 !MESSAGE Conflict for 'org.eclipse.ltk.ui.refactor.show.refactoring.history': HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.show.refactoring .history, handler=ActionDelegateHandlerProxy(null,org.eclipse.ltk.ui.refactoring.a ctions.ShowRefactoringHistoryAction), expression=AndExpression(ActionSetExpression(org.eclipse.cdt.ui.CodingAc tionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),WorkbenchWindowE xpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriorit y=16640) HandlerActivation(commandId=org.eclipse.ltk.ui.refactor.show.refactoring .history, handler=ActionDelegateHandlerProxy(null,org.eclipse.jdt.internal.ui.refa ctoring.actions.ShowRefactoringHistoryAction), expression=AndExpression(ActionSetExpression(org.eclipse.jdt.ui.CodingAc tionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),WorkbenchWindowE xpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriorit y=16640) --cut-- Please let me know if something more is required. regards, Niranjan -----Original Message----- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of ext Xavier RAYNAUD Sent: Monday, May 02, 2011 1:31 PM To: Linux Tools developer discussions Subject: Re: [linuxtools-dev] Gcov not working in Eclipse Helious Hi, Many thanks for your message. First of all, I would like to be sure that gcov plugins are correctly installed: Can you verify the status of gcov plugins in "plugin registry", and also verify that the error log does not report things like "One or more bundles are not resolved because ...." ? Then, you can also try the following sanity test: Right-click on a gcno or gcda file, select "Open With": Is there an entry called "Gcov Editor" in the "Open With" sub-menu ? Xavier -----Original Message----- From: linuxtools-dev-boun...@eclipse.org [mailto:linuxtools-dev-boun...@eclipse.org] On Behalf Of Bhat B, Niranjan (NSN - IN/Bangalore) Sent: 29 April 2011 21:35 To: linuxtools-dev@eclipse.org Subject: [linuxtools-dev] Gcov not working in Eclipse Helious HI All, As instructed in the Wiki, I installed Gcov plug in on my Helious which is running on RedHatLinux 5.3. I gave the options for the gcc compiler as instructed and the build ran fine and generated the "gcno" and "gcda" files. But when I try to open these files, they open with the regular editor and not the Gcov editor as documented in the wiki in this link http://wiki.eclipse.org/Linux_Tools_Project/GCov/User_Guide#Installation _and_Set-Up Can you please help ? regards, Niranjan _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev