rdbg-plugin.rdbg
LutinRdbg
rdbg-plugin
rdbg-plugin.rdbg4lurette
type lut_evt =
| Ltop
| Call
| Exit
| Quit
| Try
| Sat
| Nsat
val to_lut_evt : Event.kind -> lut_evt
val from_lut_evt : lut_evt -> Event.kind
val explain_failure : Event.t -> unit
Try to hint why the current constraint failed (at fail events only)
val profiler : bool -> unit
set on/off the profiler
val reset_profiler : unit -> unit
Reset profiling info
val dump_profile_info : unit -> string
Dump profiling info
control the behavior of print_event