From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12254 invoked by alias); 26 Jun 2010 15:15:27 -0000 Received: (qmail 12244 invoked by uid 22791); 26 Jun 2010 15:15:26 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 26 Jun 2010 15:15:19 +0000 Received: by pvg11 with SMTP id 11so1557546pvg.0 for ; Sat, 26 Jun 2010 08:15:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.47.6 with SMTP id z6mr1377175wfj.4.1277565318299; Sat, 26 Jun 2010 08:15:18 -0700 (PDT) Received: by 10.142.14.4 with HTTP; Sat, 26 Jun 2010 08:15:18 -0700 (PDT) Date: Sat, 26 Jun 2010 15:15:00 -0000 Message-ID: Subject: python gdb.breakpoints fails?? From: Mathew Yeates 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: 2010-06/txt/msg00128.txt.bz2 I get an error saying "breakpoints" isn't in the module. How do I get a list of breakpoints -Mathew