From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9631 invoked by alias); 14 May 2011 18:40:35 -0000 Received: (qmail 9619 invoked by uid 22791); 14 May 2011 18:40:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 May 2011 18:40:19 +0000 Received: from kpbe15.cbf.corp.google.com (kpbe15.cbf.corp.google.com [172.25.105.79]) by smtp-out.google.com with ESMTP id p4EIeHow029272 for ; Sat, 14 May 2011 11:40:17 -0700 Received: from ywo7 (ywo7.prod.google.com [10.192.15.7]) by kpbe15.cbf.corp.google.com with ESMTP id p4EIeFqp021684 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sat, 14 May 2011 11:40:16 -0700 Received: by ywo7 with SMTP id 7so1661935ywo.11 for ; Sat, 14 May 2011 11:40:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.91.2.30 with SMTP id e30mr2377029agi.153.1305398415296; Sat, 14 May 2011 11:40:15 -0700 (PDT) Received: by 10.90.72.6 with HTTP; Sat, 14 May 2011 11:40:15 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 May 2011 18:40:00 -0000 Message-ID: Subject: Re: Python enabled gdb on Windows and relocation From: Doug Evans To: vanboxem.ruben@gmail.com Cc: gdb@sourceware.org, python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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: 2011-05/txt/msg00063.txt.bz2 On Sat, May 14, 2011 at 11:30 AM, Doug Evans wrote: > Note that --exec-prefix is the runtime location of python. > GCC uses this to tell libpython where to find its support files. > [grep for Py_SetProgramName in gdb/python/python.c] Oops. s/GCC/GDB/