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: gdb io buffer and debugged programme's io buffer Date: Wed, 17 Oct 2012 11:16:34 +0800 (CST) Message-ID: <6b2ff690.6e81.13a6cb8feb1.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 1350443820 21348 80.91.229.3 (17 Oct 2012 03:17:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2012 03:17:00 +0000 (UTC) To: "emacs help list" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 17 05:17:08 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 1TOK82-0001wP-Tz for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Oct 2012 05:17:07 +0200 Original-Received: from localhost ([::1]:41582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOK7v-0002ef-SJ for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Oct 2012 23:16:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOK7q-0002eX-Iz for help-gnu-emacs@gnu.org; Tue, 16 Oct 2012 23:16:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOK7p-0003nX-Nd for help-gnu-emacs@gnu.org; Tue, 16 Oct 2012 23:16:54 -0400 Original-Received: from m15-4.126.com ([220.181.15.4]:52466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOK7k-0003jd-LP for help-gnu-emacs@gnu.org; Tue, 16 Oct 2012 23:16:53 -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=PWi0uxbMAtRX3rhGlPTn3QmvE1dMRMDss09metQxo30=; b=Zji/AX0XCBdNb M9id6M28J8iUoq+fOdGTBTHKEVci4ud9s3deUo/JqeXXP2Q+ftkmtpmv0Xv9eSQB 1TmHYvItKSpNZgXII3r5ujl3ZqVudG72mwUwbaHJ4S9jSUjM3gs+Rh9SRAttS/xC XobR7dt5dPUNCdwMuSa2DjkC7OylQY= Original-Received: from horse_rivers$126.com ( [124.42.112.129] ) by ajax-webmail-wmsvr4 (Coremail) ; Wed, 17 Oct 2012 11:16:34 +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: BMqowGBJ80QSI35Q8fgrAA--.46W X-CM-SenderInfo: 5kru2vxbul4vluv6ij2wof0z/1tbi4xJLeU3LkomatAAAsw X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 220.181.15.4 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:87297 Archived-At: hi, when I start =C2=A0gdb in emacs =C2=A0and =C2=A0run my =C2=A0executable =C2= =A0file =C2=A0, =C2=A0the =C2=A0output =C2=A0of =C2=A0debuged =C2=A0program= me =C2=A0will be =C2=A0showed =C2=A0in =C2=A0a =C2=A0seperate =C2=A0buffer = , which I feel =C2=A0 discomfort, how to make =C2=A0its =C2=A0output =C2=A0sh= ared =C2=A0with =C2=A0gdb's =C2=A0own buffer? thanks!