From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7374 invoked by alias); 10 Sep 2012 12:54:49 -0000 Received: (qmail 7366 invoked by uid 22791); 10 Sep 2012 12:54:48 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Sep 2012 12:54:36 +0000 Received: by qcsd16 with SMTP id d16so1191279qcs.0 for ; Mon, 10 Sep 2012 05:54:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.136.81 with SMTP id q17mr3902545qct.115.1347281675534; Mon, 10 Sep 2012 05:54:35 -0700 (PDT) Received: by 10.49.81.146 with HTTP; Mon, 10 Sep 2012 05:54:35 -0700 (PDT) Date: Mon, 10 Sep 2012 12:54:00 -0000 Message-ID: Subject: what role can python play on gdb ? From: John Smith To: 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/msg00017.txt.bz2 hi, in what case , python is used for gdb's debuging ? thanks!