|
GDB (xrefs)
|
Public Member Functions | |
| def | __init__ (self, method_function, arg_types) |
| def | get_arg_types (self) |
| def | __call__ (self, args) |
| def | __init__ (self, method_function, arg_types) |
| def | get_arg_types (self) |
| def | __call__ (self, args) |
Public Member Functions inherited from gdb.xmethod.XMethodWorker | |
| def | get_arg_types (self) |
| def | get_result_type (self, args) |
| def | __call__ (self, args) |
| def | get_arg_types (self) |
| def | get_result_type (self, args) |
| def | __call__ (self, args) |
Private Attributes | |
| _arg_types | |
| _method_function | |
Definition at line 164 of file xmethod.py.
| def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__init__ | ( | self, | |
| method_function, | |||
| arg_types | |||
| ) |
Definition at line 165 of file xmethod.py.
Referenced by gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__call__(), and gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__init__().
| def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__init__ | ( | self, | |
| method_function, | |||
| arg_types | |||
| ) |
| def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__call__ | ( | self, | |
| args | |||
| ) |
Definition at line 172 of file xmethod.py.
References gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__init__(), and gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker._method_function.
Referenced by gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__call__().
| def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__call__ | ( | self, | |
| args | |||
| ) |
| def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.get_arg_types | ( | self | ) |
Definition at line 169 of file xmethod.py.
References gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker._arg_types, and gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.get_arg_types().
| def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.get_arg_types | ( | self | ) |
Definition at line 169 of file xmethod.py.
References gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker._arg_types.
Referenced by gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.get_arg_types().
|
private |
|
private |
1.8.10