GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, name, nframes=1) | |
__init__ (self) | |
invoke (self, name, nframes=1) | |
Compare all calling function's names with a regexp. Usage: $_any_caller_matches (REGEX [, NUMBER-OF-FRAMES]) Arguments: REGEX: The regular expression to compare the function's name with. NUMBER-OF-FRAMES: How many stack frames to traverse back from the currently selected frame to compare with. If the value is greater than the depth of the stack from that point then the result is False. The default is 1. Returns: True if any function's name matches REGEX.
Definition at line 119 of file caller_is.py.
gdb.function.caller_is.AnyCallerMatches.__init__ | ( | self | ) |
Definition at line 136 of file caller_is.py.
References gdb.function.caller_is.AnyCallerMatches.__init__().
Referenced by gdb.function.caller_is.AnyCallerMatches.__init__().
gdb.function.caller_is.AnyCallerMatches.__init__ | ( | self | ) |
Definition at line 136 of file caller_is.py.
References gdb.function.caller_is.AnyCallerMatches.__init__().
gdb.function.caller_is.AnyCallerMatches.invoke | ( | self, | |
name, | |||
nframes = 1 ) |
Definition at line 139 of file caller_is.py.
gdb.function.caller_is.AnyCallerMatches.invoke | ( | self, | |
name, | |||
nframes = 1 ) |
Definition at line 139 of file caller_is.py.