From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6866 invoked by alias); 4 Mar 2015 02:52:16 -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 6854 invoked by uid 89); 4 Mar 2015 02:52:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ie0-f170.google.com Received: from mail-ie0-f170.google.com (HELO mail-ie0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 04 Mar 2015 02:52:13 +0000 Received: by iecrp18 with SMTP id rp18so63952599iec.9 for ; Tue, 03 Mar 2015 18:52:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Z76aD3jPrQPllPArhwapqzwFI9EChbwyOkQxhoVOetw=; b=lp8JF6kwbSh1QZ2393uqvgpV7887CTxQtP9X4J6zqlvlH81hyZ0hoHKY1q+fmn43WO XLVBB9dSxwCx1rQP8u+DhxaUg9BJulcJXtXFc27vLpkY8cWOGaIibJnkKkVLzzoczR+N AjdgVrJUgKa1fobY8Cy7jPqvDFqkXQ9307RstYfK5I71Noop3iUQl7q6kEzFRzTn8fAV UeLgnFTfc+6C4ygF00t9tB0wMfYMK3crf/qLrXqNpXbcMMNJwiNBS/OPKraWhIpx/EwL nZwot3mle9/x5kwG5tA3YjhANF1iPMyL1OfSrCvOZ4brwGFocwlXhKFpDrX4OplfaS0f Y60A== X-Gm-Message-State: ALoCoQleGQorRGxic/9VqqI+UGs87iuN304EtjMUANr/wUONVl/MV1+ODlSjtxltU5xm7GBHlOGd MIME-Version: 1.0 X-Received: by 10.50.66.170 with SMTP id g10mr33528510igt.49.1425437531065; Tue, 03 Mar 2015 18:52:11 -0800 (PST) Received: by 10.64.227.110 with HTTP; Tue, 3 Mar 2015 18:52:10 -0800 (PST) In-Reply-To: <87zj7u16zo.fsf@igalia.com> References: <21714.40641.510825.30998@ruffy2.mtv.corp.google.com> <54E71694.1080304@redhat.com> <87zj7u16zo.fsf@igalia.com> Date: Wed, 04 Mar 2015 02:52:00 -0000 Message-ID: Subject: Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python From: Alexander Smundak To: Andy Wingo Cc: Phil Muldoon , Doug Evans , gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-03/txt/msg00114.txt.bz2 >> I've posted it at the OpenJDK revisions site: >> http://cr.openjdk.java.net/~asmundak/gdbunwind/hotspot/webrev.00/agent/src/os/linux/gdb/libjvm.so-gdb.py.html > > This file would appear to be incompatible with current GDB, as it would > seem to be GPLv2 only. It's not part of GDB. Apparently it need not be licensed under GPLv3.