ROSE 0.11.145.147
|
Contains functions that analyze whether a function returns a value which is used by the caller.
Currently only able to handle 32-bit x86 code that returns values via one of the AX registers. [Robb P. Matzke 2014-02-18]
Classes | |
class | Analysis |
class | CallSiteResults |
Functions | |
void | initDiagnostics () |
Initialize diagnostics. | |
Variables | |
Sawyer::Message::Facility | mlog |
Facility for diagnostic output. | |
void Rose::BinaryAnalysis::ReturnValueUsed::initDiagnostics | ( | ) |
Initialize diagnostics.
This is normally called as part of ROSE's diagnostics initialization, but it doesn't hut to call it often.
|
extern |
Facility for diagnostic output.
The facility can be controlled directly or via ROSE's command-line.