|
libcsdbg
1.28
C++ exception (and generic) stack trace debug library
|
Create multiple stack traces using the simulated call stack of each thread. The traces are appended to a string. The stacks are not unwinded.
| [in] | dst | the destination string |
| std::bad_alloc | |
| csdbg::exception |
Definition at line 806 of file tracer.cpp.
References csdbg::string::append(), csdbg::process::get_thread(), csdbg::thread::handle(), likely, csdbg::util::lock(), m_proc, csdbg::process::thread_count(), trace(), and csdbg::util::unlock().
Here is the call graph for this function: