From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32743 invoked by alias); 24 Jan 2004 11:12:25 -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 32734 invoked from network); 24 Jan 2004 11:12:24 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 24 Jan 2004 11:12:24 -0000 Received: from zaretski (pns03-201-163.inter.net.il [80.230.201.163]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DKB13953; Sat, 24 Jan 2004 13:12:20 +0200 (IST) Date: Sat, 24 Jan 2004 11:12:00 -0000 From: "Eli Zaretskii" To: "MuthuKumar" Message-Id: <9743-Sat24Jan2004130828+0200-eliz@elta.co.il> CC: gdb@sources.redhat.com In-reply-to: <00d101c3e265$e847cde0$2e0110ac@mukco> (kmuthu_linux@HotPOP.com) Subject: Re: show os Reply-to: Eli Zaretskii References: <00d101c3e265$e847cde0$2e0110ac@mukco> X-SW-Source: 2004-01/txt/msg00289.txt.bz2 > From: "MuthuKumar" > Date: Sat, 24 Jan 2004 16:06:17 +0530 > > If i put the command as show os it is showing only as > (gdb) show os > Operating system is "". > > what is the problem with this. There are 2 problems: (1) you need to say "set os " before "show os" could tell something useful; and (2) the GDB manual fails to index "show os" and "set os". In other words, "show os" only works on systems that support KOD, the Kernel Object Display interface. See the section "KOD" in the GDB manual for more details. I'll fix problem (2) above ASAP. Thanks for bringing this to our attention.