From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6119 invoked by alias); 24 Dec 2013 18:48:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 6106 invoked by uid 89); 24 Dec 2013 18:48:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f44.google.com Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com) (209.85.220.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 24 Dec 2013 18:48:10 +0000 Received: by mail-pa0-f44.google.com with SMTP id fa1so6757000pad.17 for ; Tue, 24 Dec 2013 10:48:08 -0800 (PST) X-Received: by 10.68.238.226 with SMTP id vn2mr34243469pbc.50.1387910888296; Tue, 24 Dec 2013 10:48:08 -0800 (PST) Received: from sspiff.sspiff.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by mx.google.com with ESMTPSA id e6sm43441427pbg.4.2013.12.24.10.48.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Dec 2013 10:48:07 -0800 (PST) From: Doug Evans To: gdb-patches@sourceware.org Subject: [PATCH v3 00/15] extension language API for GDB Date: Tue, 24 Dec 2013 18:48:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00906.txt.bz2 Hi. Here's v3 of this patch series. v2: https://sourceware.org/ml/gdb-patches/2013-12/msg00404.html This version: - updates some extension.c routines to exit if an extension language gets an error, rather than continue trying other extension languages. - updates remaining uses of python/python.h outside of the python directory Still to do: interrupt handling.