struct FormatLocationOptions
Defined at line 20 of file ../../src/developer/debug/zxdb/console/format_location.h
Public Members
FormatFunctionNameOptions func
bool always_show_addresses
bool show_file_line
bool show_file_path
const TargetSymbols * target_symbols
Public Methods
void FormatLocationOptions (const Target * target)
Take the default values from the settings that apply to location formatting. The Target can
be null for the default behavior (this simplifies some call sites).
Defined at line 20 of file ../../src/developer/debug/zxdb/console/format_location.cc
void FormatLocationOptions ()
Use the default values.
Defined at line 22 of file ../../src/developer/debug/zxdb/console/format_location.h