libcsdbg  1.28
C++ exception (and generic) stack trace debug library
bool csdbg::symtab::exists ( mem_addr_t  addr) const
inlinevirtual

Probe if a symbol exists.

Parameters
[in]addrthe symbol address
Returns
true if the symbol exists, false otherwise

Definition at line 301 of file symtab.cpp.

References lookup().

Referenced by csdbg::process::ilookup().

302 {
303  return lookup(addr) != NULL;
304 }
virtual const i8 * lookup(mem_addr_t) const
Lookup an address to resolve a symbol.
Definition: symtab.cpp:281

+ Here is the call graph for this function:

+ Here is the caller graph for this function: