From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27321 invoked by alias); 10 Sep 2012 15:08:32 -0000 Received: (qmail 27295 invoked by uid 22791); 10 Sep 2012 15:08:31 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Sep 2012 15:08:17 +0000 Received: by vbkv13 with SMTP id v13so2530859vbk.0 for ; Mon, 10 Sep 2012 08:08:16 -0700 (PDT) Received: by 10.52.34.65 with SMTP id x1mr6190168vdi.128.1347289696412; Mon, 10 Sep 2012 08:08:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.164.66 with HTTP; Mon, 10 Sep 2012 08:07:55 -0700 (PDT) In-Reply-To: References: From: Mike Frysinger Date: Mon, 10 Sep 2012 15:08:00 -0000 Message-ID: Subject: Re: what role can python play on gdb ? To: John Smith Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00020.txt.bz2 On Mon, Sep 10, 2012 at 5:54 AM, John Smith wrote: > in what case , python is used for gdb's debuging ? gdb doesn't use python directly anywhere. it's for end users to control gdb as a scripting language. -mike