libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::process::module_count ( ) const
inlinevirtual

Get the number of modules.

Returns
this->m_modules->size()

Definition at line 216 of file process.cpp.

References m_modules.

Referenced by csdbg::tracer::interface().

217 {
218  return this->m_modules->size();
219 }
chain< symtab > * m_modules
Symbol table list.
Definition: process.hpp:39

+ Here is the caller graph for this function: