[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [cdt-dev] Re: Launch an executable via a helper
|
- From: "Alain Magloire" <alain@xxxxxxx>
- Date: Thu, 18 Nov 2004 15:18:39 -0500 (EST)
- Delivered-to: cdt-dev@eclipse.org
>
> Is there a way to create a launch configuration that uses a helper
> program to start the executable? Cut to the essentials, we have
> Eclipse/CDT on a Linux workstation and build executables for an
> embedded system. The helper runs on the workstation and dispatches the
> executable down to the embedded system. I would prefer to avoid
> modifying Java source, if at all possible. Thanks.
>
Maybe by providing a script executable instead of "gdb"
that would all that before spawing the real gdb ..