From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.help Subject: *gud-st* -- too verbose Date: Sat, 10 Mar 2012 09:25:26 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae934036dbe65e604bade69ca X-Trace: dough.gmane.org 1331367622 568 80.91.229.3 (10 Mar 2012 08:20:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Mar 2012 08:20:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 10 09:20:22 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 1S6HXI-0001gu-VY for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2012 09:20:21 +0100 Original-Received: from localhost ([::1]:44975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6HXI-0002Gn-30 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2012 03:20:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:59464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6GgF-0002lw-FZ for help-gnu-emacs@gnu.org; Sat, 10 Mar 2012 02:25:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6GgD-0002KR-ST for help-gnu-emacs@gnu.org; Sat, 10 Mar 2012 02:25:31 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:38526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6GgD-0002Jv-Kv for help-gnu-emacs@gnu.org; Sat, 10 Mar 2012 02:25:29 -0500 Original-Received: by iajr24 with SMTP id r24so3848936iaj.0 for ; Fri, 09 Mar 2012 23:25:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=jLOTd4o6NMYiQoH1upcgziH57DVP3Jc8lWWXT7nlcjk=; b=JDNjKbHQBO7xxdluz0HtYFN/zYMdLNPQYx5Y8dPc68czEKkelq/x5odQYGw2jxqAak 8uxeA6E/jQJzMJx+eFbeFFCgZa7IVYUTDgU/gpikNwWlSQUprnfNpDWyGKdZYXBei8Cf kvM4HEFTq0T6LKKAowJo3BTQYJxcm5JGPU65SwQGnqmLLSCH9NxHQwgGD0AdDssrlz2A UAedGTvaZLEf1hZei8UGxcTZKoEs6Jf57mpxvphhmW7QQmkMhFfbtrnrlENUByCyD5ey m2iZdodMua+q7ggDXbDCxgLElxQiS0iWEKRwt+eHglWXCsMzVh8nZQ7y0vJdmiqUwRpI 2laA== Original-Received: by 10.50.47.164 with SMTP id e4mr7693937ign.40.1331364326434; Fri, 09 Mar 2012 23:25:26 -0800 (PST) Original-Received: by 10.231.203.18 with HTTP; Fri, 9 Mar 2012 23:25:26 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-Mailman-Approved-At: Sat, 10 Mar 2012 03:20:15 -0500 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:83998 Archived-At: --14dae934036dbe65e604bade69ca Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I wish to know if I can configure gdb such that it outputs only the result, nothing more. In this moment the output looks like : -------------------------------------------------------- (gdb) n ^Z^Z=1A=1Astarting ^Z^Z=1A=1Aframe-begin 0 0x804bfb8 ^Z^Z=1A=1Astopped (gdb) ^Z^Z=1A=1Aframe-begin 0 0x804bfb8 -------------------------------------------------------- I wish to limit the output just to result, something like (gdb) n (gdb) Is that possible? Alin --14dae934036dbe65e604bade69ca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I wish to know if I can configure gdb such that it outp= uts only the result, nothing more.


= In this moment the output looks like :
--------------------------= ------------------------------
(gdb)=C2=A0n

^Z^Z=1A=1Astarting

^Z^Z=1A=1Aframe-begin 0 0x804bfb8

^Z^Z=1A=1Astopped
(gdb)=C2=A0
^Z^Z=1A=1Aframe-begin 0 = 0x804bfb8
--------------------------------------------------------

I wish to limit the output just to result, something like
=
(gdb) n
(gdb)


Is that possible?



Alin

--14dae934036dbe65e604bade69ca--