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

Public Member Functions

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

Detailed Description

$_strlen - compute string length.

Usage: $_strlen (A)

Returns:
  Length of string A, assumed to be a string in the current language.

Definition at line 47 of file strfns.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Definition at line 55 of file strfns.py.

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

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

◆ __init__() [2/2]

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

Definition at line 55 of file strfns.py.

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

Member Function Documentation

◆ invoke() [1/2]

def gdb.function.strfns._StrLen.invoke (   self,
  a 
)

Definition at line 58 of file strfns.py.

◆ invoke() [2/2]

def gdb.function.strfns._StrLen.invoke (   self,
  a 
)

Definition at line 58 of file strfns.py.


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