From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6255 invoked by alias); 15 Aug 2014 22:21:40 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 6130 invoked by uid 89); 15 Aug 2014 22:21:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f169.google.com Received: from mail-pd0-f169.google.com (HELO mail-pd0-f169.google.com) (209.85.192.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 15 Aug 2014 22:21:37 +0000 Received: by mail-pd0-f169.google.com with SMTP id y10so4033052pdj.14 for ; Fri, 15 Aug 2014 15:21:35 -0700 (PDT) X-Received: by 10.70.53.164 with SMTP id c4mr21998781pdp.77.1408141295523; Fri, 15 Aug 2014 15:21:35 -0700 (PDT) Received: from localhost.localdomain ([50.245.130.35]) by mx.google.com with ESMTPSA id xc5sm8920918pbc.66.2014.08.15.15.21.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 15 Aug 2014 15:21:34 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org Subject: [PATCH 0/3] Updates to config/gdb Date: Fri, 15 Aug 2014 22:21:00 -0000 Message-Id: <1408141290-19515-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00020.txt.bz2 This patch series adds some updates to GDB including: * Add GDB 7.8 * Update GDB version dependencies * Add a GDB_HAS_PYTHON hidden Kconfig config/debug/gdb.in | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++-------------- config/debug/gdb.in.cross | 1 + 2 files changed, 52 insertions(+), 14 deletions(-) As usual, I'm always open to feedback, comments, and suggestions. Cheers, -Bryan -- For unsubscribe information see http://sourceware.org/lists.html#faq