This is the mail archive of the gdb@sourceware.org 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: Destroying frame caches


> From: Andreas Schwab <schwab@suse.de>
> Date: Tue, 05 Jun 2007 14:47:34 +0200
> 
> What function does gdb call to destroy a frame cache object?

IIRC we use obstacks for frame caches, so they disappear automagically
whenever the part of the stack that contains the frame cache is freed.


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