Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.04; 'doug': 0.04; 'python.': 0.05; 'gcc': 0.09; 'runtime': 0.09; 'files.': 0.10; 'am,': 0.14; 'wrote:': 0.14; 'libpython': 0.16; 'received:172.25': 0.16; 'header:In-Reply-To:1': 0.22; 'cc:addr :python-list': 0.22; 'message-id:@mail.gmail.com': 0.28; 'sat,': 0.29; 'subject:Windows': 0.29; 'cc:addr:python.org': 0.31; 'uses': 0.34; 'skip:- 10': 0.37; 'received:google.com': 0.38; 'cc:2**1': 0.38; 'where': 0.39; '2011': 0.62; 'cc:no real name:2**1': 0.63; 'from:addr:google.com': 0.68; '11:30': 0.84; 'received:10.190': 0.84; 'evans': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1305398418; bh=x0j0ltUs/ss5eQNB/9yDYUus740=; h=MIME-Version:In-Reply-To:References:Date:Message-ID:Subject:From: To:Cc:Content-Type; b=pkLSLOg2N01PljGIvijS2WL118X5xWRJruam+cJGBMYemY6n2D0EKaJFaA3v8JfM2 unvZlpBE+5a+07Xp+4wRQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PPdI9KDNMahU5Zr0lIa/p9hs9gkr4Ed1ADOun9sDfho=; b=VSbczpGyYPHC2VfoU9L2DaLDaB+ww4h22KAUXQBJbggytKfrXxngjNb3p/D+SoPw5/ 8SmFLZBL8FaG3Lzel6ag== DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=yv9pnuB9ab4H8TAdEYJk3AxNrHq2a/1yx25kG/Qoy8qe6qm8E5ETgCbei30IpY1D8g KeV8CmiXmMsGFu+wKe6w== MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 14 May 2011 11:40:15 -0700 Subject: Re: Python enabled gdb on Windows and relocation From: Doug Evans To: vanboxem.ruben@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true Cc: gdb@sourceware.org, python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305398420 news.xs4all.nl 81482 [::ffff:82.94.164.166]:49571 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5379 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/