emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: other weird gdb-mi problems


From: Eli Zaretskii
Subject: Re: other weird gdb-mi problems
Date: Wed, 26 Aug 2009 20:19:15 +0300

> From: Miles Bader <address@hidden>
> Date: Wed, 26 Aug 2009 16:49:10 +0900
> 
> Now let's try moving to deeper stack frames, using the "up" command:
> 
>    (gdb) up
>    #1  0x08371994 in IpLoc::contains (this=0x84eb8fc, var=0x84eb894)
>        at IpLoc.h:1048
>    1048                   && _oc_start <= var->_oc_start && _oc_end >= 
> var->_oc_end);
>    (gdb) up
>    #1  0x08371994 in IpLoc::contains (this=0x84eb8fc, var=0x84eb894)
>        at IpLoc.h:1048
>    1048                   && _oc_start <= var->_oc_start && _oc_end >= 
> var->_oc_end);
> 
> ... wait a minute... why am I still at frame 1?!
> "down" is similarly weird:
> 
>    (gdb) down
>    Bottom (innermost) frame selected; you cannot go down.

Does this work correctly outside Emacs?  (Sorry for asking such
obvious questions, but I thought it could be some genuine GDB problem
with inlined functions.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]