[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [cdt-dev] Re: Launch an executable via a helper
|
- From: Mike LeBlanc <mike@xxxxxxxxxxxxxxxxx>
- Date: Thu, 18 Nov 2004 15:31:50 -0500
- Delivered-to: cdt-dev@eclipse.org
Interesting. But how can you get the same effect in a non-debug launch?
On Nov 18, 2004, at 3:18 PM, Alain Magloire wrote:
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 ..