Motr  M0
M0BufvecPrint Class Reference
Inheritance diagram for M0BufvecPrint:
Inheritance graph
Collaboration diagram for M0BufvecPrint:
Collaboration graph

Public Member Functions

def __init__ (self)
 
def invoke (self, arg, from_tty)
 

Detailed Description

Prints segments in m0_bufvec

Usage: m0-bufvec-print [&]m0_bufvec
For each segment, the command prints,
- segment number,
- [start address, end_address),
- offset of first byte of segment, inside entire m0_bufvec, along with its
  human readable representation,
- number of bytes in segment in human readable form,
- sumation of all the bytes in the segment. sum = 0, implies all the bytes in
  the segment are zero.

Definition at line 223 of file gdb-extensions.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Definition at line 236 of file gdb-extensions.py.

Member Function Documentation

◆ invoke()

def invoke (   self,
  arg,
  from_tty 
)

Definition at line 240 of file gdb-extensions.py.

Here is the call graph for this function:

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