From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20324 invoked by alias); 7 May 2005 09:42:28 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20235 invoked from network); 7 May 2005 09:42:21 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 7 May 2005 09:42:21 -0000 Received: from zaretski (IGLD-80-230-69-180.inter.net.il [80.230.69.180]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BDW09211 (AUTH halo1); Sat, 7 May 2005 12:42:05 +0300 (IDT) Date: Sat, 07 May 2005 09:42:00 -0000 From: "Eli Zaretskii" To: Khem Raj Message-ID: <01c552e8$Blat.v2.4$d34c2400@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: <427BE66C.4080002@mvista.com> (message from Khem Raj on Fri, 06 May 2005 14:49:32 -0700) Subject: Re: Emacs keybindings working in gdb too. Reply-to: Eli Zaretskii References: <427BE66C.4080002@mvista.com> X-SW-Source: 2005-05/txt/msg00088.txt.bz2 > Date: Fri, 06 May 2005 14:49:32 -0700 > From: Khem Raj > > I was working on gdb and accidently pressed C-x o command which was > meant for emacs window > but it opened up with a new split window displaying source file in the > shell. and then playing around > I found that C-x 2 opened the disasssembly wondow. > > Is it a known feature of gdb? Yes. > if yes could some one point me to some documentation or discussions > about it. I assume you have an Info reader installed on your machine. If so, type at the shell prompt "info gdb", then, when you are inside the GDB manual, type "g TUI Keys", hit [Enter], and read there.