Print a list of symbolized addresses to a file descriptor. Ignores errors. Async-signal-safe.
Declared in <folly/debugging/symbolizer/SymbolizePrinter.h>
class FDSymbolizePrinter
: public SymbolizePrinter
| Name | Description |
|---|---|
SymbolizePrinter | Print a list of symbolized addresses. Base class. |
| Name | Description |
|---|---|
Color | ANSI colors used to colorize printed output. |
Options | Bit flags controlling how frames are printed. |
| Name | Description |
|---|---|
FDSymbolizePrinter [constructor] | Construct a printer that writes to a file descriptor. |
~FDSymbolizePrinter [destructor] [virtual] | Flush any buffered output and destroy the printer. |
color | Emit the ANSI escape code that selects color c. |
flush [virtual] | Send any buffered output to the file descriptor. |
print | print overloads |
println | println overloads |
| Name | Description |
|---|---|
isTty_ | Whether the output destination is a TTY. |
options_ | The printing options bitmask. |