X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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: Subject: Gdb with python enabled From: Robin KERDILES To: cygwin AT cygwin DOT 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 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: . Find the GDB manual and other documentation resources online at: . 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