Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » processType for C/C++ Local Application launch config
processType for C/C++ Local Application launch config [message #143211] Wed, 13 April 2005 14:44 Go to next message
Richard Miskin is currently offline Richard MiskinFriend
Messages: 13
Registered: July 2009
Junior Member
Hi,

I'm attempting to make use of the org.eclipse.debug.ui.consoleLineTrackers
extension point to parse the output from running a 'C/C++ Local
Application'. I can get this to work for a Java app by using:
<extension
point="org.eclipse.debug.ui.consoleLineTrackers">
<consoleLineTracker
id="com.ipl.products.cantpp.eclipse.parsers.outputparser"
class="com.ipl.products.cantpp.eclipse.parsers.OutputParser "
processType="java">
</consoleLineTracker>
</extension>

Unfortunately CDT doesn't appear to set ATTR_PROCESS_TYPE when it creates
a process so I'm not able to specify an appropriate processType.

Can someone confirm if I'm correct, or tell me what the correct
processType would be?

Cheers,
Richard
Re: processType for C/C++ Local Application launch config [message #143221 is a reply to message #143211] Wed, 13 April 2005 17:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

You're right the CDT doesn't set ATTR_PROCESS_TYPE. Please, submit an
enhancement request to the cdt-launch component.

"Richard Miskin" <richard.miskin@ipl.com> wrote in message
news:f5341d7981001eadd83b1f360e433c40$1@www.eclipse.org...
> Hi,
>
> I'm attempting to make use of the org.eclipse.debug.ui.consoleLineTrackers
> extension point to parse the output from running a 'C/C++ Local
> Application'. I can get this to work for a Java app by using:
> <extension
> point="org.eclipse.debug.ui.consoleLineTrackers">
> <consoleLineTracker
> id="com.ipl.products.cantpp.eclipse.parsers.outputparser"
> class="com.ipl.products.cantpp.eclipse.parsers.OutputParser "
> processType="java">
> </consoleLineTracker>
> </extension>
>
> Unfortunately CDT doesn't appear to set ATTR_PROCESS_TYPE when it creates
> a process so I'm not able to specify an appropriate processType.
>
> Can someone confirm if I'm correct, or tell me what the correct
> processType would be?
>
> Cheers,
> Richard
>
Re: processType for C/C++ Local Application launch config [message #143264 is a reply to message #143221] Thu, 14 April 2005 09:10 Go to previous message
Richard Miskin is currently offline Richard MiskinFriend
Messages: 13
Registered: July 2009
Junior Member
Thanks for your help.

I've now raised an enhancement request as you suggested.

Cheers,
Richard

Mikhail Khodjaiants wrote:

> You're right the CDT doesn't set ATTR_PROCESS_TYPE. Please, submit an
> enhancement request to the cdt-launch component.

> "Richard Miskin" <richard.miskin@ipl.com> wrote in message
> news:f5341d7981001eadd83b1f360e433c40$1@www.eclipse.org...
>> Hi,
>>
>> I'm attempting to make use of the org.eclipse.debug.ui.consoleLineTrackers
>> extension point to parse the output from running a 'C/C++ Local
>> Application'. I can get this to work for a Java app by using:
>> <extension
>> point="org.eclipse.debug.ui.consoleLineTrackers">
>> <consoleLineTracker
>> id="com.ipl.products.cantpp.eclipse.parsers.outputparser"
>> class="com.ipl.products.cantpp.eclipse.parsers.OutputParser "
>> processType="java">
>> </consoleLineTracker>
>> </extension>
>>
>> Unfortunately CDT doesn't appear to set ATTR_PROCESS_TYPE when it creates
>> a process so I'm not able to specify an appropriate processType.
>>
>> Can someone confirm if I'm correct, or tell me what the correct
>> processType would be?
>>
>> Cheers,
>> Richard
>>
Previous Topic:Referenced project linking error
Next Topic:Why New Project wizard checks if dirs overlap?!
Goto Forum:
  


Current Time: Thu Jul 18 11:17:40 GMT 2024

Powered by FUDForum. Page generated in 0.03159 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top