ROSE
0.9.6a
|
Classes | |
class | dbgBuf |
class | dbgStream |
Functions | |
void | dotGraphGenerator (Analysis *a) |
Generate dot graphs for an analysis: it handles intra-procedural analysis for now. More... | |
void | init (std::string title, std::string workDir, std::string fName="debug") |
void | enterFunc (std::string funcName) |
void | exitFunc (std::string funcName) |
std::string | addImage (std::string ext=".gif") |
std::string | addDOT (dottable &obj) |
std::string | addDOTStr (dottable &obj) |
std::string | addDOT (std::string dot) |
std::string | escape (std::string s) |
Variables | |
bool | initialized |
dbgStream | dbg |
void Dbg::dotGraphGenerator | ( | Analysis * | a) |
Generate dot graphs for an analysis: it handles intra-procedural analysis for now.
void Dbg::init | ( | std::string | title, |
std::string | workDir, | ||
std::string | fName = "debug" |
||
) |
Referenced by CompactRepresentation::CompactRepresentation(), SqlDatabase::Connection::Connection(), SqlDatabase::Statement::iterator::iterator(), OmpSupport::OmpAttribute::OmpAttribute(), SqlDatabase::Statement::Statement(), DominatorTreesAndDominanceFrontiers::TemplatedDominatorTree< CFGFilterFunction >::TemplatedDominatorTree(), and SqlDatabase::Transaction::Transaction().
void Dbg::enterFunc | ( | std::string | funcName) |
void Dbg::exitFunc | ( | std::string | funcName) |
std::string Dbg::addImage | ( | std::string | ext = ".gif" ) |
std::string Dbg::addDOT | ( | dottable & | obj) |
std::string Dbg::addDOTStr | ( | dottable & | obj) |
std::string Dbg::addDOT | ( | std::string | dot) |
std::string Dbg::escape | ( | std::string | s) |
bool Dbg::initialized |