|
ROSE 0.11.145.354
|
Convenient place to attach a debugger.
See docString for full documentation.
#include <Rose/BinaryAnalysis/Partitioner2/Modules.h>


Classes | |
| struct | Settings |
Public Member Functions | |
| virtual bool | operator() (bool chain, const AttachedBasicBlock &args) override |
| Called when basic block is attached or placeholder inserted. | |
| virtual bool | operator() (bool chain, const DetachedBasicBlock &) override |
| Called when basic block is detached or placeholder erased. | |
| void | debug (Address, const BasicBlockPtr &) |
Public Member Functions inherited from Sawyer::SharedObject | |
| SharedObject () | |
| Default constructor. | |
| SharedObject (const SharedObject &) | |
| Copy constructor. | |
| virtual | ~SharedObject () |
| Virtual destructor. | |
| SharedObject & | operator= (const SharedObject &) |
| Assignment. | |
Static Public Member Functions | |
| static Ptr | instance (const Settings &settings) |
| static Ptr | instance (const std::string &config) |
| static Ptr | instance (const std::vector< std::string > &args) |
| static Sawyer::CommandLine::SwitchGroup | switches (Settings &) |
| static std::string | docString () |
| Documentation string. | |
Protected Member Functions | |
| Debugger (const Settings &settings) | |
Additional Inherited Members | |
Public Types inherited from Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback | |
| typedef Sawyer::SharedPointer< CfgAdjustmentCallback > | Ptr |
| Shared ownership pointer. | |
|
inlineprotected |
|
overridevirtual |
Called when basic block is attached or placeholder inserted.
Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.
|
inlineoverridevirtual |
Called when basic block is detached or placeholder erased.
Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.