libcsdbg
1.28
C++ exception (and generic) stack trace debug library
|
|
virtual |
Inverse lookup. Find the module (executable or DSO library) that defines a symbol and return its path and load base address.
[in] | addr | the symbol address |
[out] | base | the load base address of the module |
Definition at line 300 of file process.cpp.
References csdbg::symtab::base(), csdbg::symtab::exists(), likely, m_modules, csdbg::symtab::path(), and unlikely.
Referenced by csdbg::__cyg_profile_func_enter(), csdbg::__cyg_profile_func_exit(), and csdbg::tracer::trace().