From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14966 invoked by alias); 19 Oct 2009 10:33:42 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 14956 invoked by uid 22791); 19 Oct 2009 10:33:42 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4ADC407D.2010206@redhat.com> Date: Mon, 19 Oct 2009 10:33:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: archer@sourceware.org CC: Daniel Jacobowitz Subject: Re: Some Python bugs References: <20091013191623.GA19876@caradoc.them.org> In-Reply-To: <20091013191623.GA19876@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2009-q4/txt/msg00015.txt.bz2 On 10/13/2009 08:16 PM, Daniel Jacobowitz wrote: > I recently wrote a Python script to search through debug info and > generate some XML data I needed. Here's a few issues I noticed > (from memory, please excuse typos): > Daniel and I chatted on irc about these bugs/enhancements, and I volunteered to turn them into bugs so we could track them in bugzilla. Cheers, Phil List: -- GDB.Values do not expose array bounds. http://sourceware.org/bugzilla/show_bug.cgi?id=10804 GDB Type.fields() crashes on non-struct/class types http://sourceware.org/bugzilla/show_bug.cgi?id=10805 Use ensure_python_env over PyGilState_Ensure http://sourceware.org/bugzilla/show_bug.cgi?id=10806 Expose macro definitions to GDB Python API http://sourceware.org/bugzilla/show_bug.cgi?id=10807 Allow GDB/Python API to capture and store GDB output http://sourceware.org/bugzilla/show_bug.cgi?id=10808