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

List of all members.

Public Member Functions

def __init__
def invoke
def __init__
def invoke

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 48 of file strfns.py.


Constructor & Destructor Documentation

Definition at line 57 of file strfns.py.

Definition at line 57 of file strfns.py.


Member Function Documentation

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

Definition at line 60 of file strfns.py.

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

Definition at line 60 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