From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3218 invoked by alias); 30 Jan 2006 08:22:03 -0000 Received: (qmail 3210 invoked by uid 22791); 30 Jan 2006 08:22:03 -0000 X-Spam-Check-By: sourceware.org Received: from svr68.ehostpros.com (HELO svr68.ehostpros.com) (67.15.48.48) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jan 2006 08:21:59 +0000 Received: from [59.95.10.9] (helo=titan.linsyssoft.com) by svr68.ehostpros.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1F3UIG-0007hB-Ni for gdb@sources.redhat.com; Mon, 30 Jan 2006 00:21:49 -0800 Received: from krypton (krypton [192.168.1.13] (may be forged)) by titan.linsyssoft.com (8.13.1/8.13.1) with ESMTP id k0U88D59021008 for ; Mon, 30 Jan 2006 13:38:13 +0530 Subject: gdbserver version From: Girish Shilamkar To: gdb@sources.redhat.com Content-Type: text/plain Date: Mon, 30 Jan 2006 09:09:00 -0000 Message-Id: <1138609455.3225.14.camel@krypton> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00327.txt.bz2 Hi, gdbserver Makefile consists of following line: # Perhaps should come from parent Makefile VERSION = gdbserver-4.12.3 Why is it different from version number of gdb i.e. 6.4, 6.3 etc? And I hope gdbserver having same version number will work gdb's with different version i.e. gdbserver is from which build (gdb 6.4 build or gdb 6.3 build) won't matter if gdbserver version no. are same ? Thanks & Regards, -Girish.