Re: [PATCH] [libstdc++/65839] whatis support for xmethods

2015-05-26 Thread Doug Evans
On Wed, Apr 29, 2015 at 11:14 AM, Jonathan Wakely wrote: > On 29/04/15 10:57 -0700, Doug Evans wrote: >> >> On Tue, Apr 28, 2015 at 5:16 AM, Jonathan Wakely >> wrote: >>> >>> On 27/04/15 15:44 -0700, Doug Evans wrote: PR libstdc++/65839 * python/libstdcxx/v6/xm

Re: [PATCH] [libstdc++/65839] whatis support for xmethods

2015-04-29 Thread Jonathan Wakely
On 29/04/15 10:57 -0700, Doug Evans wrote: On Tue, Apr 28, 2015 at 5:16 AM, Jonathan Wakely wrote: On 27/04/15 15:44 -0700, Doug Evans wrote: PR libstdc++/65839 * python/libstdcxx/v6/xmethods.py (get_bool_type): New function. Replace all lookups of "bool" with this.

Re: [PATCH] [libstdc++/65839] whatis support for xmethods

2015-04-29 Thread Doug Evans
On Tue, Apr 28, 2015 at 5:16 AM, Jonathan Wakely wrote: > On 27/04/15 15:44 -0700, Doug Evans wrote: >> >> PR libstdc++/65839 >> * python/libstdcxx/v6/xmethods.py (get_bool_type): New function. >> Replace all lookups of "bool" with this. >> (get_std_size_type): New

Re: [PATCH] [libstdc++/65839] whatis support for xmethods

2015-04-28 Thread Jonathan Wakely
On 27/04/15 15:44 -0700, Doug Evans wrote: PR libstdc++/65839 * python/libstdcxx/v6/xmethods.py (get_bool_type): New function. Replace all lookups of "bool" with this. (get_std_size_type): New function. Replace all lookups of std::size_t with this.

[PATCH] [libstdc++/65839] whatis support for xmethods

2015-04-27 Thread Doug Evans
Hi. This patch is the counterpart to this patch to fix libstdc++/65839, gdb/18285. https://sourceware.org/ml/gdb-patches/2015-04/msg00947.html Regression tested on amd64-linux with/without a patched gdb. Without a patched gdb the new tests fail, but that's good. 2015-04-27 Doug Evans