package bap-frames

  1. Overview
  2. Docs
module Frame = Frame_piqi
val of_frame : context:(Frame.thread_id -> bool) -> ?arch:Bap.Std.arch -> Frame.frame -> Bap_traces.Std.Trace.event list

events_of_frame context frame creates list of trace events from frame. context function which returns true if frame thread_id (if contains) equal to current thread_id, false otherwise