ROSE 0.11.145.147
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.
 
virtual bool operator() (bool chain, const DetachedBasicBlock &) override
 Called when basic block is detached or placeholder erased.
 
void debug (rose_addr_t, const BasicBlockPtr &)
 
- Public Member Functions inherited from Sawyer::SharedObject
 SharedObject ()
 Default constructor.
 
 SharedObject (const SharedObject &)
 Copy constructor.
 
virtual ~SharedObject ()
 Virtual destructor.
 
SharedObjectoperator= (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< CfgAdjustmentCallbackPtr
 Shared ownership pointer.
 

Constructor & Destructor Documentation

◆ Debugger()

Rose::BinaryAnalysis::Partitioner2::Modules::Debugger::Debugger ( const Settings settings)
inlineprotected

Definition at line 363 of file Modules.h.

Member Function Documentation

◆ instance()

static Ptr Rose::BinaryAnalysis::Partitioner2::Modules::Debugger::instance ( const Settings settings)
inlinestatic

Definition at line 365 of file Modules.h.

◆ operator()() [1/2]

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.

◆ operator()() [2/2]

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: