From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27230 invoked by alias); 13 Feb 2009 07:05:13 -0000 Received: (qmail 27222 invoked by uid 22791); 13 Feb 2009 07:05:12 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_00,PLING_QUERY,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Feb 2009 07:05:07 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LXs6j-0000Qz-M4 for gdb@sources.redhat.com; Fri, 13 Feb 2009 07:05:05 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2009 07:05:05 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2009 07:05:05 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: What ".com.zerog.registry.xml" is used for? Thanks! Date: Fri, 13 Feb 2009 07:05:00 -0000 Message-ID: References: <49950C00.5020406@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00110.txt.bz2 Chenguang Sun wrote: > Hi, > > I'm new to gdb. When I run gdb from emacs. There is a parameter > ".com.zerog.registry.xml". Could anybody tell what this parameter is > used for? Thanks a lot! The file so named is a registry maintained by Install Anywhere installers. GDB has nothing to do with that file, so I assume it got added to GDB invocation accidentally (e.g. you typed TAB somewhere). If you have good reasons to believe Emacs intentionally passes this to GDB, I suggest you bring this up with support team of whatever Emacs version you have. - Volodya