ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dbg Namespace Reference

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
 

Function Documentation

void Dbg::dotGraphGenerator ( Analysis a)

Generate dot graphs for an analysis: it handles intra-procedural analysis for now.

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)

Variable Documentation

bool Dbg::initialized