[Top][All Lists]
[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.)
- other weird gdb-mi problems, Miles Bader, 2009/08/26
- Re: other weird gdb-mi problems,
Eli Zaretskii <=
- Re: other weird gdb-mi problems, Nick Roberts, 2009/08/26
- Re: other weird gdb-mi problems, Miles Bader, 2009/08/26
- Re: other weird gdb-mi problems, Miles Bader, 2009/08/26
- Re: other weird gdb-mi problems, Nick Roberts, 2009/08/27
- Re: other weird gdb-mi problems, Miles Bader, 2009/08/27
- Re: other weird gdb-mi problems, Nick Roberts, 2009/08/27
- Re: other weird gdb-mi problems, Dmitry Dzhus, 2009/08/27
- Re: other weird gdb-mi problems, Nick Roberts, 2009/08/27