Function yaxpeax_core::arch::display::show_block[][src]

pub fn show_block<M: MemoryRange<A>, A, F, Contexts, Y: YaxColors>(
    data: &M,
    ctx: &Contexts,
    _function_table: &HashMap<A::Address, F>,
    cfg: &ControlFlowGraph<A::Address>,
    block: &BasicBlock<A::Address>,
    colors: &Y
) where
    A: Arch + for<'mem> DecodeFrom<M> + BaseDisplay<F, Contexts>,
    A::Address: Hash + NodeTrait,
    A::Instruction: Determinant<Contexts, A::Address> + ShowContextual<A::Address, Contexts, String, Y>,