GDB (xrefs)
|
Public Member Functions | |
def | __init__ |
def | invoke |
def | __init__ |
def | invoke |
$_streq - check string equality Usage: $_streq(a, b) Returns: True if a and b are identical strings in the current language. Example (amd64-linux): catch syscall open cond $bpnum $_streq((char*) $rdi, "foo")
def gdb.function.strfns._StrEq.__init__ | ( | self | ) |
Definition at line 78 of file strfns.py.
Referenced by gdb.function.strfns._StrEq.__init__().
def gdb.function.strfns._StrEq.__init__ | ( | self | ) |
Definition at line 78 of file strfns.py.
References gdb.function.strfns._StrEq.__init__().
def gdb.function.strfns._StrEq.invoke | ( | self, | |
a, | |||
b | |||
) |
Definition at line 81 of file strfns.py.
Referenced by gdb.function.strfns._StrEq.invoke().
def gdb.function.strfns._StrEq.invoke | ( | self, | |
a, | |||
b | |||
) |
Definition at line 81 of file strfns.py.
References gdb.function.strfns._StrEq.invoke().