jon.recoil.org

Module Reg_with_debug_info.Debug_info

type t

The identifier that the register holds (part of) the value of.

val part_of_value : Reg_with_debug_info.Debug_info.t -> int
val num_parts_of_value : Reg_with_debug_info.Debug_info.t -> int
val which_parameter : Reg_with_debug_info.Debug_info.t -> int option

If the register corresponds to a function parameter, the value returned is the zero-based index of said parameter; otherwise it is None.