Debugging an Arm Evaluator7T using Gdb
William A. Gatliff
bgat@billgatliff.com
Mon May 20 09:00:00 GMT 2002
Pierre:
On Mon, May 20, 2002 at 05:54:41PM +0200, Pierre Habraken wrote:
> BTW, I do not understand why one have to type "run" for some targets
> (e.g. sim) and "continue" for other ones (e.g. rdi) in order to trigger
> program execution...
Philosophically, it's because according to gdb, the remote inferior
process already has an identity, and all you're doing is connecting to
it and then continuing on; when you "run" something, gdb creates a new
inferior process from scratch.
... or something like that. :^)
b.g.
>
> Pierre
> --
> ________________________________________________________________________
> Pierre HABRAKEN - mailto:Pierre.Habraken@imag.fr
> Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87
> IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex
> ________________________________________________________________________
>
--
Bill Gatliff
bgat@billgatliff.com
More information about the Gdb
mailing list