This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tdep/1526: interface VS target (or something else wrong withthe target vector)


The following reply was made to PR tdep/1526; it has been noted by GNATS.

From: Andrew Cagney <ac131313@redhat.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: tdep/1526: interface VS target (or something else wrong with
 the target vector)
Date: Thu, 06 May 2004 11:51:03 -0400

 Rather target and interface, try:
 
 	a target creates an inferior
 
 for instance:
 
 - the exec target's run method returns a new inferior
 - the core target's open method returns a corefile inferior
 
 that would mean ``struct inferior'' or ``struct inferior_info''.
 
 Andrew
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]