Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 91374] CDT launch should set ATTR_PROCESS_TYPE

https://bugs.eclipse.org/bugs/show_bug.cgi?id=91374 
Product/Component: CDT / cdt-launch





------- Comment #4 from richard.miskin@xxxxxxx  2006-09-22 04:58 -------
I've uploaded a patch based on HEAD that ensures the correct process type is
set within LocalCDILaunchDelegate and LocalRunLaunchDelegate.

I've not made any changes to the other classes (GDBCDIDebugger and
CDebugAdapter) for two reasons:
1) They're don't extend AbstractCLaunchDelegate so I can't just reuse
getDefaultProcessMap()
2) You don't get output to the console (on Windows at least) when doing a debug
launch so I don't think it's necessary.



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top