From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40104 invoked by alias); 20 Oct 2017 10:48:44 -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 40084 invoked by uid 89); 20 Oct 2017 10:48:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*crossgcc, Hx-languages-length:451 X-HELO: mail-ua0-f171.google.com Received: from mail-ua0-f171.google.com (HELO mail-ua0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Oct 2017 10:48:42 +0000 Received: by mail-ua0-f171.google.com with SMTP id u32so8030347uau.0 for ; Fri, 20 Oct 2017 03:48:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2V2smUxGkl+K0H5w8C/JS32iUii+Q58e76jFxJWKANs=; b=kgXKEtR70ar16VRRO24BWIkjrNjk/bzZRK5274+Txmw+SJ0S7S48nfa1Ex8WvGRhZD cjUPaF+3MbuwAL1ep+98DgU/ak7O9Cag9K4lOQA3/QqVGXbO4YSwnfAOpOyZqBrKMNMV b+rIHZ5OhO9dGK8lQOsIyxR1CbCE34Su0FE00eb2EWBBdgvYJtJHP1AdBL0jY6yDete1 lCB3McnXmLl/gjWjET8wUm5CB8fcRnJ/sxF5liLaN7+p+sCuBpk7G7TlJIUe5ooBunOy mcirhE/GnxT/mrhh4ZKeIExZX/PgbJMwtHgnAGyEXoYrLZpUXrivJ15nLZJiRsw+2IFi MsbA== X-Gm-Message-State: AMCzsaV/UmWP95NuY1oKkV0ipLoQ3ardRLery5P4BT4ixy6G27/tDEj/ eeob465Bt1Cqe8kClcjhxW3InMPfBx1quEVx3xg= X-Google-Smtp-Source: ABhQp+T2Ji+gYb5n1hqasEn9V20IjYKe2GZ/ZBVJUMCWkdJsYDAmOCM0dG+I/CKJ2Ul10GfD3OcPKM6ODrX9/mULPDc= X-Received: by 10.159.62.213 with SMTP id n21mr3508741uaj.62.1508496521127; Fri, 20 Oct 2017 03:48:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.40.70 with HTTP; Fri, 20 Oct 2017 03:48:40 -0700 (PDT) From: electricworry Date: Fri, 20 Oct 2017 10:48:00 -0000 Message-ID: Subject: Python and native gdb To: crossgcc@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00005.txt.bz2 Please could anyone advise, is it possible to build a Python enabled Native GDB similar to the Cross GDB option that exists in crosstool-ng? I've made a small change to 300-gdb.sh to add --with-python=python2 for the native GDB build and I'm testing just now, so I guess I'll find out later today. But I'm thinking it's less trivial than that and there might be some extra work to be done. Am I right to be sceptical? Thanks.