From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13248 invoked by alias); 25 Jun 2014 15:17:05 -0000 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 Received: (qmail 13096 invoked by uid 89); 25 Jun 2014 15:17:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 25 Jun 2014 15:17:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F2955116176; Wed, 25 Jun 2014 11:17:00 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JjYCTdVWkGD7; Wed, 25 Jun 2014 11:17:00 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BCA311162B0; Wed, 25 Jun 2014 11:17:00 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0921C40F75; Wed, 25 Jun 2014 08:17:01 -0700 (PDT) Date: Wed, 25 Jun 2014 15:17:00 -0000 From: Joel Brobecker To: Hector Oron Cc: Terry Guo , Paul_Koning@dell.com, tim@krieglstein.org, gdb@sourceware.org, Antonio Cavallo Subject: Re: Is it possible to statically link python into gdb? Message-ID: <20140625151701.GJ5253@adacore.com> References: <56168225.tkKpPXRO26@dabox> <214EDCB8-BEE1-4E6D-801E-D57B46AD7424@dell.com> <20140625143657.GI5253@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-06/txt/msg00082.txt.bz2 > Wouldn't it be better if python was loaded as external plugin, that > way user/admin can pick up which python version they want to use along > GDB. The answer to that question depends on what your constraints are. -- Joel