unwind

class Object
trait Matchable
class Any
unwind.type

Value members

Concrete methods

@name("scalanative_unw_reg_ip")
@name("scalanative_unwind_get_context")
def get_context(context: Ptr[Byte]): CInt
@name("scalanative_unwind_get_proc_name")
def get_proc_name(cursor: Ptr[Byte], buffer: CString, length: CSize, offset: Ptr[Byte]): CInt
@name("scalanative_unwind_get_reg")
def get_reg(cursor: Ptr[Byte], reg: CInt, valp: Ptr[CUnsignedLongLong]): CInt
@name("scalanative_unwind_init_local")
def init_local(cursor: Ptr[Byte], context: Ptr[Byte]): CInt
@name("scalanative_unwind_step")
def step(cursor: Ptr[Byte]): CInt