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

Public Member Functions

 __init__ (self)
 
 invoke (self, a, b, length)
 
 __init__ (self)
 
 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

◆ __init__() [1/2]

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

Definition at line 31 of file strfns.py.

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

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

◆ __init__() [2/2]

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

Definition at line 31 of file strfns.py.

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

Member Function Documentation

◆ invoke() [1/2]

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

Definition at line 34 of file strfns.py.

◆ invoke() [2/2]

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

Definition at line 34 of file strfns.py.


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