package bap-frames

  1. Overview
  2. Docs
type t = {
  1. mutable exception_number : Frame_piqi.exception_number;
  2. mutable thread_id : Frame_piqi.thread_id option;
  3. mutable from_addr : Frame_piqi.address option;
  4. mutable to_addr : Frame_piqi.address option;
}