From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10014 invoked by alias); 10 Feb 2004 07:07:23 -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 9995 invoked from network); 10 Feb 2004 07:07:22 -0000 Received: from unknown (HELO visolve.com) (63.194.81.67) by sources.redhat.com with SMTP; 10 Feb 2004 07:07:22 -0000 Received: (qmail 8073 invoked from network); 10 Feb 2004 07:07:29 -0000 Received: from unknown (HELO mukco) (shaick@[203.129.254.138]) (envelope-sender ) by visolve.com (qmail-ldap-1.03) with SMTP for ; 10 Feb 2004 07:07:29 -0000 Message-ID: <025c01c3efa4$873c0b00$2e0110ac@mukco> From: "MuthuKumar-Hotpop" To: "Kip Macy" Cc: References: <20040209222738.3E6D34B363@berman.michael-chastain.com> <40280BE4.2010003@gnu.org> <024a01c3ef9f$bb1267d0$2e0110ac@mukco> <20040209223516.X76066@demos.bsdclusters.com> Subject: Re: New command Date: Tue, 10 Feb 2004 07:07:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-02/txt/msg00088.txt.bz2 Hello Kip and all, Thanks.I am using HP-UX. GDB version is=20 HP gdb 4.0 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x. Thanks, Muthukumar > add the definition to your .gdbinit >=20 > > I have tried to define the user commands in the GDB as > > define clr > > >she clear > > >end > > document clr > > >It is used to clear the gdb workspace screen. > > >end > > > > The changes are in the particular session only.When I quit the gdb ,the= next time there is no command like that. > > What we have to do to make the user-command to be put permanently. > >