This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [python][rfc] Rename thread-related functions in the gdbmodule.


El vie, 05-12-2008 a las 16:20 -0700, Tom Tromey escribiÃ:
> Thiago> 	(GdbMethods): Rename `get_threads' to `threads' and
> Thiago> 	`get_current_thread' to `current_thread'.
> 
> I'm planning to move these to methods of 'class Inferior', whenever I
> write that.  But meanwhile we should do this.
> 
> Thiago> -  { "get_current_thread", gdbpy_get_current_thread, METH_NOARGS,
> Thiago> +  { "get_current_thread", gdbpy_current_thread, METH_NOARGS,
> 
> The string constant needs a tweak here.

Thanks for spotting this. Committed with the fix.
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]