[Numpy-discussion] GDB macros for numpy

Julian Taylor jtaylor.debian at googlemail.com
Sun Nov 30 19:50:59 EST 2014


On Mon, Dec 1, 2014 at 1:44 AM, Julian Taylor <jtaylor.debian at googlemail.com
> wrote:

>
> On Sun, Nov 30, 2014 at 10:41 PM, David Cournapeau <cournape at gmail.com>
> wrote:
>
>>
>>
>> On Sun, Nov 30, 2014 at 5:45 PM, Charles R Harris <
>> charlesr.harris at gmail.com> wrote:
>>
>>>
>>>
>>> On Sun, Nov 30, 2014 at 4:54 AM, David Cournapeau <cournape at gmail.com>
>>> wrote:
>>>
>>>> Hi there,
>>>>
>>>> I remember having seen some numpy-aware gdb macros at some point, but
>>>> cannot find any reference. Does anyone know of any ?
>>>>
>>>
>>> What would numpy aware gdb macros be? Never heard of them.
>>>
>>
>> Python itself has some gdb macros (
>> https://wiki.python.org/moin/DebuggingWithGdb).
>>
>> You can do things like:
>>
>> # p is a PyObject * pointer to the list [1, 2]
>> > pyo p
>> [1, 2]
>>
>> The idea would be to have a nice representation for arrays, dtypes, etc...
>>
>> David
>>
>>
> this wiki entry is very very old or not aware of the official python gdb
> macros (which are built into gdb in typical linux distributions, no extra
> configuration required).
>
>
ups I scrolled to far to the legacy section, the earlier parts do mention
the new macros :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20141201/05a1d01a/attachment.html>


More information about the NumPy-Discussion mailing list