struct FormatStackOptions

Defined at line 43 of file ../../src/developer/debug/zxdb/console/format_frame.h

Public Members

FormatFrameOptions frame
SyncFrameOptions sync_options
RefPtr pretty_stack

Public Methods

FormatStackOptions GetFrameOptions (Target * target, bool verbose, bool all_types, bool trust, int max_depth)

Sets common settings for |frame|. All of the parameters to this function generally share

the same implications across the "frame" noun and "backtrace" verb, which are the only two

places the stack can be printed from. Any specific options that a command should set can be

done after this function has been called.

Defined at line 125 of file ../../src/developer/debug/zxdb/console/format_frame.cc