ROSE  0.11.145.0
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::Modules::Debugger Class Reference

Description

Convenient place to attach a debugger.

See docString for full documentation.

Definition at line 353 of file Modules.h.

#include <Rose/BinaryAnalysis/Partitioner2/Modules.h>

Inheritance diagram for Rose::BinaryAnalysis::Partitioner2::Modules::Debugger:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::Modules::Debugger:
Collaboration graph
[legend]

Classes

struct  Settings
 

Public Member Functions

virtual bool operator() (bool chain, const AttachedBasicBlock &args) override
 Called when basic block is attached or placeholder inserted. More...
 
virtual bool operator() (bool chain, const DetachedBasicBlock &) override
 Called when basic block is detached or placeholder erased. More...
 
void debug (rose_addr_t, const BasicBlockPtr &)
 
- Public Member Functions inherited from Sawyer::SharedObject
 SharedObject ()
 Default constructor. More...
 
 SharedObject (const SharedObject &)
 Copy constructor. More...
 
virtual ~SharedObject ()
 Virtual destructor. More...
 
SharedObjectoperator= (const SharedObject &)
 Assignment. More...
 

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 ()
 

Protected Member Functions

 Debugger (const Settings &settings)
 

Additional Inherited Members

- Public Types inherited from Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback
typedef Sawyer::SharedPointer< CfgAdjustmentCallbackPtr
 Shared ownership pointer. More...
 

Member Function Documentation

virtual bool Rose::BinaryAnalysis::Partitioner2::Modules::Debugger::operator() ( bool  chain,
const AttachedBasicBlock  
)
overridevirtual

Called when basic block is attached or placeholder inserted.

Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.

virtual bool Rose::BinaryAnalysis::Partitioner2::Modules::Debugger::operator() ( bool  chain,
const DetachedBasicBlock  
)
inlineoverridevirtual

Called when basic block is detached or placeholder erased.

Implements Rose::BinaryAnalysis::Partitioner2::CfgAdjustmentCallback.

Definition at line 371 of file Modules.h.


The documentation for this class was generated from the following file: