Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Control on loading a program
Control on loading a program [message #77728] Fri, 01 August 2003 04:40 Go to next message
Eclipse UserFriend
Originally posted by: javaproject_7.hotmail.com

Hello all,

Is it possible to control loading of program to the hardware from CDT?.

I am using Eclipse 2.1 and cdt 1.0.1.
The user may want to terminate loading during the loading process.
But now if we press the terminate button the program completes loading and
then only terminate.

Is it possible to terminate loading so that it properly kills the GDB at
hardware as well as software
side properly?.


Please let us know,
Jose
Re: Control on loading a program [message #77765 is a reply to message #77728] Fri, 01 August 2003 19:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

Jose wrote:

> Hello all,

> Is it possible to control loading of program to the hardware from CDT?.

Do you mean by loading? when gdb is "running" the program or when
the program is being downloaded to a remote embedded target ?

> I am using Eclipse 2.1 and cdt 1.0.1.
> The user may want to terminate loading during the loading process.
> But now if we press the terminate button the program completes loading and
> then only terminate.

> Is it possible to terminate loading so that it properly kills the GDB at
> hardware as well as software
> side properly?.

I'm probably on the wrong track here, but ...
CDT does not provide any way(yet, well at least not in the open source
CDT, third parties provide this already) to download a program to an
embedded target, so one assume that you have a ".gdbinit" doing some
magic, and then it is probably to late. When you hit the terminate
-gdb-exit is call.

Something to think about, but in CDT-2.0, we are suppose to provide
a mean for target to be downloaded and at this point it should be possible
to interrupt the stream.
Re: Control on loading a program [message #77813 is a reply to message #77765] Mon, 04 August 2003 06:29 Go to previous message
Eclipse UserFriend
Originally posted by: javaproject_7.hotmail.com

Hi Alian,


"alain" <alain@nowhere.ca> wrote in message news:bgeg4l$gct$1@eclipse.org...
> Jose wrote:
>
> > Hello all,
>
> > Is it possible to control loading of program to the hardware from CDT?.
>
> Do you mean by loading? when gdb is "running" the program or when
> the program is being downloaded to a remote embedded target ?

I mean downloading program to remote embedded target .
We are using the load command to do this,unsing a ini file.
But this does'nt allow us to terminate while downloading.

Thanks,
Jose

>
> > I am using Eclipse 2.1 and cdt 1.0.1.
> > The user may want to terminate loading during the loading process.
> > But now if we press the terminate button the program completes loading
and
> > then only terminate.
>
> > Is it possible to terminate loading so that it properly kills the GDB at
> > hardware as well as software
> > side properly?.
>
> I'm probably on the wrong track here, but ...
> CDT does not provide any way(yet, well at least not in the open source
> CDT, third parties provide this already) to download a program to an
> embedded target, so one assume that you have a ".gdbinit" doing some
> magic, and then it is probably to late. When you hit the terminate
> -gdb-exit is call.
>
> Something to think about, but in CDT-2.0, we are suppose to provide
> a mean for target to be downloaded and at this point it should be possible
> to interrupt the stream.
>
>
>
Previous Topic:Break point at exit
Next Topic:CDT .cpp source file editor Popup menu help needed
Goto Forum:
  


Current Time: Sun Dec 22 01:32:12 GMT 2024

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

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

Back to the top