ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::AsmUnparser::StaticDataBlockEntry Class Reference

Description

Functor to emit info about the first data node of a block.

If the node is the first data node of a data block, then certain information is printed. The output for all nodes is always the same width so that things line up properly between nodes that are first in a block and those that aren't. This callback is a no-op unless the output is organized by address.

Definition at line 573 of file AsmUnparser.h.

#include <backend/asmUnparser/AsmUnparser.h>

Inheritance diagram for Rose::BinaryAnalysis::AsmUnparser::StaticDataBlockEntry:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::AsmUnparser::StaticDataBlockEntry:
Collaboration graph
[legend]

Public Member Functions

virtual bool operator() (bool enabled, const StaticDataArgs &args)
 Default callbacks. More...
 
- Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback
virtual bool operator() (bool, const InsnArgs &)
 Default callbacks. More...
 
virtual bool operator() (bool, const BasicBlockArgs &)
 Default callbacks. More...
 
virtual bool operator() (bool, const DataBlockArgs &)
 Default callbacks. More...
 
virtual bool operator() (bool, const FunctionArgs &)
 Default callbacks. More...
 
virtual bool operator() (bool, const InterpretationArgs &)
 Default callbacks. More...
 

Public Attributes

bool show_function
 If true (the default) show entry address of function owning block. More...
 
bool show_reasons
 If true (the default) show block reason bits. More...
 

Member Function Documentation

virtual bool Rose::BinaryAnalysis::AsmUnparser::StaticDataBlockEntry::operator() ( bool  ,
const StaticDataArgs  
)
virtual

Default callbacks.

The default is to abort, because if these are called it means one of three things:

  1. The arguments are wrong in the subclass and the subclass therefore isn't providing an implementation when it thinks it is.
  2. The wrong type was used for the second argument. Instruction callbacks use InsnArgs, basic block callbacks use BasicBlockArgs, etc.
  3. The functor was added to the wrong callback list. For instance, an instruction functor was accidently added to one of the function callback lists.

Reimplemented from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback.

Member Data Documentation

bool Rose::BinaryAnalysis::AsmUnparser::StaticDataBlockEntry::show_function

If true (the default) show entry address of function owning block.

Definition at line 575 of file AsmUnparser.h.

bool Rose::BinaryAnalysis::AsmUnparser::StaticDataBlockEntry::show_reasons

If true (the default) show block reason bits.

Definition at line 576 of file AsmUnparser.h.


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