ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AnalysisDebuggingUtils.h File Reference
#include <list>
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
Include dependency graph for AnalysisDebuggingUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  printable
 
class  dottable
 
class  Dbg::dbgBuf
 
class  Dbg::dbgStream
 

Namespaces

 Dbg
 

Constant Groups

 Dbg
 

Functions

void Dbg::dotGraphGenerator (Analysis *a)
 Generate dot graphs for an analysis: it handles intra-procedural analysis for now. More...
 
void Dbg::init (std::string title, std::string workDir, std::string fName="debug")
 
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)
 

Variables

bool Dbg::initialized
 
dbgStream Dbg::dbg