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 gdb module.


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.

Tom


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