GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
gdb.printing.NoOpArrayPrinter Class Reference
Inheritance diagram for gdb.printing.NoOpArrayPrinter:

Public Member Functions

 __init__ (self, ty, value)
 
 to_string (self)
 
 display_hint (self)
 
 num_children (self)
 
 child (self, i)
 
 children (self)
 
 __init__ (self, ty, value)
 
 to_string (self)
 
 display_hint (self)
 
 num_children (self)
 
 child (self, i)
 
 children (self)
 

Private Attributes

 __value
 
 __low
 
 __high
 

Detailed Description

A no-op pretty printer that wraps an array value.

Definition at line 302 of file printing.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

gdb.printing.NoOpArrayPrinter.__init__ ( self,
ty,
value )

Definition at line 305 of file printing.py.

◆ __init__() [2/2]

gdb.printing.NoOpArrayPrinter.__init__ ( self,
ty,
value )

Member Function Documentation

◆ child() [1/2]

gdb.printing.NoOpArrayPrinter.child ( self,
i )

◆ child() [2/2]

gdb.printing.NoOpArrayPrinter.child ( self,
i )

◆ children() [1/2]

gdb.printing.NoOpArrayPrinter.children ( self)

◆ children() [2/2]

gdb.printing.NoOpArrayPrinter.children ( self)

◆ display_hint() [1/2]

gdb.printing.NoOpArrayPrinter.display_hint ( self)

Definition at line 327 of file printing.py.

◆ display_hint() [2/2]

gdb.printing.NoOpArrayPrinter.display_hint ( self)

Definition at line 327 of file printing.py.

◆ num_children() [1/2]

gdb.printing.NoOpArrayPrinter.num_children ( self)

◆ num_children() [2/2]

gdb.printing.NoOpArrayPrinter.num_children ( self)

◆ to_string() [1/2]

gdb.printing.NoOpArrayPrinter.to_string ( self)

Definition at line 324 of file printing.py.

◆ to_string() [2/2]

gdb.printing.NoOpArrayPrinter.to_string ( self)

Definition at line 324 of file printing.py.

Member Data Documentation

◆ __high

gdb.printing.NoOpArrayPrinter.__high
private

◆ __low

gdb.printing.NoOpArrayPrinter.__low
private

◆ __value

gdb.printing.NoOpArrayPrinter.__value
private

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