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 |
Print a list of symbolized addresses. Base class. |
Enums
Member Functions
Name |
Description |
|
Construct a printer that writes to an output stream. |
Emit the ANSI escape code that selects color c. |
|
|
If output buffered inside this class, send it to the output stream, so that any output done in other ways appears after this. |
|
|
|
Protected Data Members
Name |
Description |
Whether the output destination is a TTY. |
|
The printing options bitmask. |
Created with MrDocs