Print a list of symbolized addresses to a std::string. Not reentrant. Do not use from signal handling code.
Synopsis
Declared in <folly/debugging/symbolizer/SymbolizePrinter.h>
class StringSymbolizePrinter
: public SymbolizePrinter
Base Classes
Name |
Description |
Print a list of symbolized addresses. Base class. |
Enums
Member Functions
Name |
Description |
|
Construct a printer that accumulates output into a string. |
Emit the ANSI escape code that selects color c. |
|
Get the accumulated output as an fbstring. |
|
|
If output buffered inside this class, send it to the output stream, so that any output done in other ways appears after this. |
Move the accumulated output out as an fbstring. |
|
|
|
|
|
Get the accumulated output as a std::string. |
Protected Data Members
Name |
Description |
Whether the output destination is a TTY. |
|
The printing options bitmask. |
Created with MrDocs