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]

current frame in 'where'


When I do 'up','up', 'down', 'down', 'where', I do not see any marker that marks
current frame. I sort of need to keep this in head ? It's easy to get confused.
Am I missing anything ? I'd expect something like

(gdb) where
 #0 ...
 #1 ...
>#2 ...              (current frame, we are here)
 #3
 #4

Version gdb 6.8.50.20081028-cvs

Thanks
Viki


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