[patch] Add solib_address and decode_line Python functionality

Ken Werner ken@linux.vnet.ibm.com
Fri Aug 13 14:07:00 GMT 2010


On Tuesday, August 10, 2010 08:24:09 pm Tom Tromey wrote:
> >>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:
> Tom> So, could you make this conditional?
> 
> Phil> Sure, what do you think of the attached patch?
> 
> Thanks for persevering.  This is ok.

Hi,

It looks like the const qualifier of the format string argument of the 
PyArg_Parse* routines has been introduced after the Python 2.4 release: 
http://svn.python.org/view?view=rev&revision=41638
In case gdb is built against libpython 2.4 the current code would generate a 
warning. One solution would be to just remove the const qualifier. A small 
patch is attached. Any comments are appreciated.

Thanks
Ken
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python.patch
Type: text/x-patch
Size: 889 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20100813/0737dfeb/attachment.bin>


More information about the Gdb-patches mailing list