GDB (xrefs)
|
Public Member Functions | |
def | __init__ |
def | invoke |
def | __init__ |
def | invoke |
$_regex - check if a string matches a regular expression Usage: $_regex(string, regex) Returns: True if string str (in the current language) matches the regular expression regex.
def gdb.function.strfns._RegEx.__init__ | ( | self | ) |
Definition at line 95 of file strfns.py.
Referenced by gdb.function.strfns._RegEx.__init__().
def gdb.function.strfns._RegEx.__init__ | ( | self | ) |
Definition at line 95 of file strfns.py.
References gdb.function.strfns._RegEx.__init__().
def gdb.function.strfns._RegEx.invoke | ( | self, | |
string, | |||
regex | |||
) |
Definition at line 98 of file strfns.py.
Referenced by gdb.function.strfns._RegEx.invoke().
def gdb.function.strfns._RegEx.invoke | ( | self, | |
string, | |||
regex | |||
) |
Definition at line 98 of file strfns.py.
References gdb.function.strfns._RegEx.invoke().