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 | ) |
def gdb.function.strfns._StrEq.__init__ | ( | self | ) |
def gdb.function.strfns._StrEq.invoke | ( | self, | |
a, | |||
b | |||
) |
def gdb.function.strfns._StrEq.invoke | ( | self, | |
a, | |||
b | |||
) |