GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, a, b) | |
__init__ (self) | |
invoke (self, a, b) | |
$_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")
gdb.function.strfns._StrEq.__init__ | ( | self | ) |
Definition at line 75 of file strfns.py.
References gdb.function.strfns._StrEq.__init__().
Referenced by gdb.function.strfns._StrEq.__init__().
gdb.function.strfns._StrEq.__init__ | ( | self | ) |
Definition at line 75 of file strfns.py.
References gdb.function.strfns._StrEq.__init__().