From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102812 invoked by alias); 1 Apr 2015 00:09:25 -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 102793 invoked by uid 89); 1 Apr 2015 00:09:25 -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-f175.google.com Received: from mail-ie0-f175.google.com (HELO mail-ie0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 01 Apr 2015 00:09:24 +0000 Received: by iedfl3 with SMTP id fl3so33981524ied.1 for ; Tue, 31 Mar 2015 17:09:22 -0700 (PDT) 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=jwwvWnb/nIEcZhZCDwgt7MBqeux7E6BtGQmWKyvOZNE=; b=b5mUQ4wyod9Q7W6LkjmeHDlBiRW2rE4b73bAO3dEMUIJwF7WtY/0Y8BnuOM5F1WRBO +Rh6lk9ReE9UX3ab3e/9TEAF6p0+rBpRNmYc9WUT/pFnYIKF3s5VY5Kt5+DDiotZi3Sl nAQDE5gI1S1VuCxqEnM8llaNdY/8oxXIhyUAib2rrNs/KYzFIjf31uhMV4RFFzSXmUwI WJqzVBUn5Pr7em9IgRmmJYu3KSKjofp4nCM5E5sr8qn+Pa51xJ7wNlWoxFLG8Q0yXdQL QQ8LrIgGDp1tKeOmT58NlQTSJvw/c9eF2Wp8SMEzqfnpjAp+rTp6OY4O5mbikjq4p2ry 8SEQ== X-Gm-Message-State: ALoCoQnw7H9WXn5qziSas4ZPlXecxlJsHx8POA9SatQo6/i8STNq8sO8F7Zjy9swxCpUk6Q/lWxp MIME-Version: 1.0 X-Received: by 10.42.78.193 with SMTP id o1mr16199012ick.35.1427846962185; Tue, 31 Mar 2015 17:09:22 -0700 (PDT) Received: by 10.64.98.103 with HTTP; Tue, 31 Mar 2015 17:09:21 -0700 (PDT) In-Reply-To: <21787.8554.744689.766021@ruffy2.mtv.corp.google.com> References: <21714.40641.510825.30998@ruffy2.mtv.corp.google.com> <54E71694.1080304@redhat.com> <87ioei31uj.fsf@igalia.com> <87d24p19tt.fsf@igalia.com> <54FD7DAA.7010603@redhat.com> <87twxrncld.fsf@igalia.com> <87ioe1dvu2.fsf@igalia.com> <87sid4atms.fsf@igalia.com> <87r3smado6.fsf@igalia.com> <21776.28787.615626.171251@ruffy2.mtv.corp.google.com> <21781.55769.949230.79805@ruffy2.mtv.corp.google.com> <21785.35758.416843.730797@ruffy2.mtv.corp.google.com> <21787.8554.744689.766021@ruffy2.mtv.corp.google.com> Date: Wed, 01 Apr 2015 00:09:00 -0000 Message-ID: Subject: Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python From: Alexander Smundak To: Doug Evans Cc: Andy Wingo , gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-04/txt/msg00000.txt.bz2 Thank you for reviewing this! How will this change make it into the GDB repository? I don't have the authority to commit changes.