X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=dwQqKvmImzGuEmBlblJJiCMQSm9jt
	QuCYZ1h3QuLOw1e3vbgrIkgVv/oq+jAwSkOQ7Z4leYckjlqYrDLQ0b8Nk1WG2UCW
	pGPT3lqj66JmKxrolCXKf2N9+/MlFlJBSqPhcJ5mjWAqzzebkEXvPoYiHhZ5C0s3
	/8oyYzG8aGcBAw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; s=default; bh=tpQ56O2HfypWHZ+qEkbU3Z8w30E=; b=Cca
	TTmaKr+U+JSx8uxqFTyFI5ebaaLiEgDuUlWlwQCvsrx1GG7hhiq0po4QgOrTZ5+H
	IyocHE7a10ox44PBg4woovYQ0SIjb8tJ+DTjPLfeZYLVTfveeg0m4j9Ioyq5bx43
	Z6yPO4KU1sPsan7Y1ou0m5Cx+fsfT6p0tj/nMcsA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qg0-f66.google.com
MIME-Version: 1.0
X-Received: by 10.224.129.66 with SMTP id n2mr74574292qas.55.1400724843285; Wed, 21 May 2014 19:14:03 -0700 (PDT)
Date: Thu, 22 May 2014 04:14:03 +0200
Message-ID: <CA+uh=OwxfM_dRuRVmoSrKgdk_7Bd7v2sTRsff4Fz5WN1Gm68SQ@mail.gmail.com>
Subject: Gdb with python enabled
From: Robin KERDILES <xxdrshadowxx@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

Hi,

I installed cygwin64 for compiling c/c++ projects

Then I saw there was some pretty printers for STL containers

I would like to use them but I need gdb with python enabled

I see cygwin doesn't provide gdb with gdb enabled :

GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) python print 123
Python scripting is not supported in this copy of GDB.

How should I do now ?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

