From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: How to customize GDB-UI layout ? Date: Sat, 24 Jan 2009 13:56:50 +0100 Organization: A noiseless patient Spider Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232804510 25072 80.91.229.12 (24 Jan 2009 13:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2009 13:41:50 +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 Jan 24 14:43:03 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LQimk-000194-K0 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2009 14:42:54 +0100 Original-Received: from localhost ([127.0.0.1]:36476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQilT-0002bd-23 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Jan 2009 08:41:35 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.k-dsl.de!news.motzarella.org!motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.eternal-september.org U2FsdGVkX19h1wIflQTQDit6YOVJmKMqnPpUzIi4uyKj1VC8o6e/1VKsvQuwaIjhdFWRBFnveckQ3twsJiNnhJ0JrjPbNWkLBFha3kZwRiSF7FpMq6GBe2SuT0GMlnPtyhOqdPL0a4E= Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sat, 24 Jan 2009 12:56:56 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Auth-Sender: U2FsdGVkX1/gB2q1Kv02OjExZlkFtJ6nfusi782Galw= Cancel-Lock: sha1:ooNwbDfpml40An2BoKeBmJYm6L4= sha1:K0PNyChk2WhI29ttfcpM3vKPSlE= Original-Xref: news.stanford.edu gnu.emacs.help:166285 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61608 Archived-At: Hello, I'm using 'M-x gdb' as GDB interface with 'gdb-many-windows' set to 't'. I'd like to customize the default layout which is: +--------------------------------+--------------------------------+ | GUD buffer (I/O of GDB) | Locals buffer | |--------------------------------+--------------------------------+ | Primary Source buffer | I/O buffer for debugged pgm | |--------------------------------+--------------------------------+ | Stack buffer | Breakpoints buffer | +--------------------------------+--------------------------------+ For example, I'd like to switch the I/O buffer and the GUD one. Is This possible ? Also can the locals buffer can show the current function parameters as well ? Thanks -- Francis