#
mutable ev_pos
| : int | ; | |||
#
ev_module
| : string | ; | |||
#
ev_loc
| : Location.t | ; | |||
#
ev_kind
| : debug_event_kind | ; | |||
#
ev_info
| : debug_event_info | ; | |||
#
ev_typenv
| : Env.summary | ; | |||
#
ev_typsubst
| : Subst.t | ; | |||
#
ev_compenv
| : compilation_env | ; | |||
#
ev_stacksize
| : int | ; | |||
#
ev_repr
| : debug_event_repr | ; |
#
| Kacc of int
| |||
#
| Kenvacc of int
| |||
#
| Kpush
| |||
#
| Kpop of int
| |||
#
| Kassign of int
| |||
#
| Kapply of int
| |||
#
| Kappterm of int * int
| |||
#
| Kreturn of int
| |||
#
| Krestart
| |||
#
| Kgrab of int
| |||
#
| Koffsetclosure of int
| |||
#
| Kmakeblock of int * int
| |||
#
| Kmakefloatblock of int
| |||
#
| Kgetfield of int
| |||
#
| Ksetfield of int
| |||
#
| Kgetfloatfield of int
| |||
#
| Ksetfloatfield of int
| |||
#
| Kvectlength
| |||
#
| Kgetvectitem
| |||
#
| Ksetvectitem
| |||
#
| Kgetstringchar
| |||
#
| Ksetstringchar
| |||
#
| Kboolnot
| |||
#
| Kpoptrap
| |||
#
| Kcheck_signals
| |||
#
| Kccall of string * int
| |||
#
| Knegint
| |||
#
| Kaddint
| |||
#
| Ksubint
| |||
#
| Kmulint
| |||
#
| Kdivint
| |||
#
| Kmodint
| |||
#
| Kandint
| |||
#
| Korint
| |||
#
| Kxorint
| |||
#
| Klslint
| |||
#
| Klsrint
| |||
#
| Kasrint
| |||
#
| Koffsetint of int
| |||
#
| Koffsetref of int
| |||
#
| Kisint
| |||
#
| Kisout
| |||
#
| Kgetmethod
| |||
#
| Kgetpubmet of int
| |||
#
| Kgetdynmet
| |||
#
| Kstop
|