GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
gdb.function.strfns._StrEq Class Reference

List of all members.

Public Member Functions

def __init__
def invoke
def __init__
def invoke

Detailed Description

$_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")

Definition at line 65 of file strfns.py.


Constructor & Destructor Documentation

Definition at line 78 of file strfns.py.

Definition at line 78 of file strfns.py.


Member Function Documentation

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

Definition at line 81 of file strfns.py.

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

Definition at line 81 of file strfns.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines