|
ROSE
0.9.6a
|
#include <list>#include <vector>#include <string>#include <iostream>#include <fstream>

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 |