> Date: Thu, 27 Sep 2012 17:36:42 +0800 (CST)
> From: horse_rivers <
horse_...@126.com>
>
> I use emacs gdb to debug ,and find a problem when I use the gdb-disassembly-buffer , which is described below :
>
> I stepi the progremme, the gdb-disassembly-buffer should follow with $ip , but I find it changes to another function's
>
> disassembly code after a "mov" instrution. this means the gdb-disassembly-buffer can not follow the $ip.
Does this happen if you run GDB outside Emacs, from the shell, with
the same program you debug? If it happens outside Emacs, then you
should ask this question on the GDB mailing list,
g...@sourceware.org.
In any case, please show the details of the commands you type and what
you see as result in the disassembly buffer.