This is the mail archive of the gdb-patches@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: New observer objfile_mapped; was ...


On Thu, Aug 12, 2004 at 09:16:12AM -0400, Andrew Cagney wrote:
> We're comparing:
> 
> -> inferior_created
> 	-> thread-db
> -> solib loaded
> 	-> objfile mapped
> 		-> thread-db
> 
> with
> 
> -> inferior_created
> 	-> objfile mapped
> 		-> thread-db
> -> shlib loaded
> 	-> objfile mapped
> 		-> thread-db
> 
> thread-db only needs to know when objfiles have been mapped in.

Thanks, that makes better sense to me.

-- 
Daniel Jacobowitz


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