From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: horse_rivers Newsgroups: gmane.emacs.help Subject: Is this a bug ? Date: Thu, 27 Sep 2012 17:36:42 +0800 (CST) Message-ID: <1e0faad5.affd.13a0715d551.Coremail.horse_rivers@126.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1348738624 5115 80.91.229.3 (27 Sep 2012 09:37:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 09:37:04 +0000 (UTC) To: "emacs help list" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 27 11:37:10 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1THAWq-0007w6-S3 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 11:37:08 +0200 Original-Received: from localhost ([::1]:60651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THAWl-0007F5-Oy for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 05:37:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THAWg-0007Ev-2z for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 05:36:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THAWZ-0007PQ-3s for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 05:36:58 -0400 Original-Received: from m15-60.126.com ([220.181.15.60]:58470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THAWX-0007OC-Gb for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 05:36:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=Received:Date:From:To:Subject: Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID; bh=jr28Eudq7pS8FOuhHJOMqvMChXqiaoorVu6PL6zFrDU=; b=byYJXL99JPpTk QqdglcAQdSaUgfcQ82Y9agtp4tmp9iYuAhllqc8URg0y3hkXFYQERU+9zQx4LtTy 6FS5Sr83Th2iPItEAegknqhLb5CHGlE+X8uAGKRL0U8jTIPiTyeuQDwcjWn3Oa6c RwleIdPzG4ySU7JiAsAJSFSAYHD8FU= Original-Received: from horse_rivers$126.com ( [124.42.112.129] ) by ajax-webmail-wmsvr60 (Coremail) ; Thu, 27 Sep 2012 17:36:42 +0800 (CST) X-Originating-IP: [124.42.112.129] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20120914(19817.4926.4909) Copyright (c) 2002-2012 www.mailtech.cn 126com X-CM-TRANSID: PMqowECJBkMqHmRQOsgKAA--.9996W X-CM-SenderInfo: 5kru2vxbul4vluv6ij2wof0z/1tbikRw3eUX9iYt-EQAAsX X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 220.181.15.60 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86945 Archived-At: hi: =C2=A0 =C2=A0I =C2=A0use =C2=A0emacs =C2=A0gdb =C2=A0to =C2=A0debug =C2=A0,= and find =C2=A0a =C2=A0problem =C2=A0when =C2=A0I =C2=A0use =C2=A0the =C2= =A0gdb-disassembly-buffer =C2=A0 , which =C2=A0is described =C2=A0below : =C2=A0 =C2=A0I stepi the =C2=A0progremme, the =C2=A0gdb-disassembly-buffer = =C2=A0should =C2=A0follow =C2=A0with =C2=A0$ip =C2=A0, but =C2=A0I =C2=A0fi= nd =C2=A0it =C2=A0changes to =C2=A0another =C2=A0function's=C2=A0 =C2=A0 disassembly code =C2=A0after =C2=A0a =C2=A0"mov"=C2=A0 instrution. = =C2=A0this means the=C2=A0=C2=A0gdb-disassembly-buffer can not =C2=A0follow= =C2=A0the $ip. =C2=A0 =C2=A0 or =C2=A0amy other =C2=A0reasons? thanks!