This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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] | |
Python decorators seem to be in the latest python, at least:
http://docs.python.org/ref/function.html
The discussion Tom linked to was back in 2004.
Decorators would be perfect for this, I think:
@Gdb.interactive (Gdb.Expr, Gdb.Expr)
def strcmp (str1, str2):
// compare strings
Easy squeezy.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |