aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.mli
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Debug.mli')
-rw-r--r--debug/Debug.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/debug/Debug.mli b/debug/Debug.mli
index 087f073f..a7d40382 100644
--- a/debug/Debug.mli
+++ b/debug/Debug.mli
@@ -26,7 +26,8 @@ val insert_global_declaration: Env.t -> globdecl -> unit
val add_fun_addr: atom -> (int * int) -> unit
val generate_debug_info: unit -> dw_entry option
val all_files_iter: (string -> unit) -> unit
-val insert_local_declaration: int -> storage -> ident -> typ -> location -> unit
+val insert_local_declaration: storage -> ident -> typ -> location -> unit
val atom_local_variable: ident -> atom -> unit
-val enter_scope: int -> int -> unit
+val enter_scope: int -> int -> int -> unit
val enter_function_scope: ident -> int -> unit
+val add_lvar_scope: int -> ident -> int -> unit