GDB (xrefs)
Public Member Functions | List of all members
gdb.function.strfns._MemEq Class Reference
Inheritance diagram for gdb.function.strfns._MemEq:

Public Member Functions

def __init__ (self)
 
def invoke (self, a, b, length)
 
def __init__ (self)
 
def invoke (self, a, b, length)
 

Detailed Description

$_memeq - compare bytes of memory

Usage:
$_memeq(a, b, len)

Returns:
True if len bytes at a and b compare equally.

Definition at line 23 of file strfns.py.

Constructor & Destructor Documentation

def gdb.function.strfns._MemEq.__init__ (   self)

Definition at line 32 of file strfns.py.

Referenced by gdb.function.strfns._MemEq.__init__().

def gdb.function.strfns._MemEq.__init__ (   self)

Definition at line 32 of file strfns.py.

References gdb.function.strfns._MemEq.__init__().

Member Function Documentation

def gdb.function.strfns._MemEq.invoke (   self,
  a,
  b,
  length 
)

Definition at line 35 of file strfns.py.

Referenced by gdb.function.strfns._MemEq.invoke().

def gdb.function.strfns._MemEq.invoke (   self,
  a,
  b,
  length 
)

Definition at line 35 of file strfns.py.

References gdb.function.strfns._MemEq.invoke().


The documentation for this class was generated from the following file: