Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python

2015-03-18 Thread Doug Evans
On Wed, Mar 18, 2015 at 1:57 AM, Andy Wingo wrote: > Hi, > > [-asmundak, as he probably doesn't care :)] > > On Tue 17 Mar 2015 23:21, Doug Evans writes: > >> On Tue, Mar 17, 2015 at 1:57 AM, Andy Wingo wrote: As to the class of an object passed to a sniffer, how about calling it Frame

Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python

2015-03-18 Thread Andy Wingo
Hi, [-asmundak, as he probably doesn't care :)] On Tue 17 Mar 2015 23:21, Doug Evans writes: > On Tue, Mar 17, 2015 at 1:57 AM, Andy Wingo wrote: >>> As to the class of an object passed to a sniffer, how about calling it >>> FrameData? Note that it's not very important from the user's point of

Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python

2015-03-18 Thread Doug Evans
[+ guile-devel, in case they have an opinion on the spelling of frame-data-read-register vs frame-data:read-register] On Tue, Mar 17, 2015 at 1:57 AM, Andy Wingo wrote: >> As to the class of an object passed to a sniffer, how about calling it >> FrameData? Note that it's not very important from t