Skip to content
Snippets Groups Projects
Commit 579ea666 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Registration of the traces domain.

parent 89e132dc
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ module Config = struct
let cvalue = make 9 "cvalue" CvalueDomain.get (module Cvalue_domain.State)
let gauges = make 6 "gauges" GaugesDomain.get (module Gauges_domain.D)
let inout = make 5 "inout" InoutDomain.get (module Inout_domain.D)
let traces = make 2 "traces" TracesDomain.get (module Traces_domain.D)
let printer = make 2 "printer" PrinterDomain.get (module Printer_domain)
let symbolic_locations =
make 7 "symbolic_locations" SymbolicLocsDomain.get (module Symbolic_locs.D)
......
......@@ -135,6 +135,7 @@ module Config : sig
val bitwise: flag
val inout: flag
val sign: flag
val traces: flag
val printer: flag
val default: t (** The default configuration of Eva. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment