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: MI: performance of getting stack arguments


 > > The ordinary bt from gdb gives this info, and it would be a pain
 > > not to have it!
 > >
 > 
 > I dunno.  I find that having a really simple clean stack listing with  
 > just function names makes it much easier to tell where I am in the  
 > program.

I agree.  The requirements are different: with CLI the user will generally type
bt at a specific point in the session, while with MI the command
"-stack-list-frames" gets sent every time the UI needs to update.


-- 
Nick                                           http://www.inet.net.nz/~nickrob


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