diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-01-28 10:40:38 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-01-28 10:40:38 -0500 |
| commit | c92079db31f60196c2c70d6733aeaaaa40f1f485 (patch) | |
| tree | bbc0126f69837078f0aa8c5da7aa5cafabda8637 /indra/llcommon/llcallstack.h | |
| parent | e91a192301db37f99a4f5a817f3b4c47b448417a (diff) | |
SL-315 - verbose option for CallStack objects, doc headers in StackWalker.{h,cpp}
Diffstat (limited to 'indra/llcommon/llcallstack.h')
| -rw-r--r-- | indra/llcommon/llcallstack.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llcallstack.h b/indra/llcommon/llcallstack.h index 598db3d404..44a572838e 100644 --- a/indra/llcommon/llcallstack.h +++ b/indra/llcommon/llcallstack.h @@ -29,8 +29,9 @@ class LLCallStackImpl; class LLCallStack { public: - LLCallStack(S32 skip_count=0); + LLCallStack(S32 skip_count=0, bool verbose=false); std::vector<std::string> m_strings; + bool m_verbose; private: static LLCallStackImpl *s_impl; S32 m_skipCount; |
