Print a list of symbolized addresses to a stream. Not reentrant. Do not use from signal handling code.

Synopsis

Declared in <folly/debugging/symbolizer/SymbolizePrinter.h>

class OStreamSymbolizePrinter
    : public SymbolizePrinter

Base Classes

Name

Description

SymbolizePrinter

Print a list of symbolized addresses. Base class.

Enums

Name

Description

Color

ANSI colors used to colorize printed output.

Options

Bit flags controlling how frames are printed.

Member Functions

Name

Description

OStreamSymbolizePrinter [constructor]

Construct a printer that writes to an output stream.

color

Emit the ANSI escape code that selects color c.

flush [virtual]

If output buffered inside this class, send it to the output stream, so that any output done in other ways appears after this.

print

print overloads

println

println overloads

Protected Data Members

Name

Description

isTty_

Whether the output destination is a TTY.

options_

The printing options bitmask.

Created with MrDocs