Skip to content

Dbg

Types

Functions

Name

Description

addDOT
std::string addDOT(std::string dot);

addDOTStr
std::string addDOTStr(dottable& obj);

addImage
std::string addImage(std::string ext = ".gif");

dotGraphGenerator
void dotGraphGenerator(Analysis* a);

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

enterFunc
void enterFunc(std::string funcName);

escape
std::string escape(std::string s);

exitFunc
void exitFunc(std::string funcName);

init
void init(std::string title, std::string workDir, std::string fName = "debug");

Variables

Created with MrDocs