aboutsummaryrefslogtreecommitdiffstats
path: root/arm
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-09-22 19:44:47 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-09-22 19:44:47 +0200
commitd7f75509c290d871cb8cd8aa11a0be2923c9ef17 (patch)
tree5e1cfd9366ae875a5da7286d1912b7fab7454ce0 /arm
parent4b9b0e8f988cdfa1f848919b41bfe24c6e9a052a (diff)
downloadcompcert-d7f75509c290d871cb8cd8aa11a0be2923c9ef17.tar.gz
compcert-d7f75509c290d871cb8cd8aa11a0be2923c9ef17.zip
Record the scope structure during unblocking.
Instead of creating separate annotations for the local variables we call the Debug.add_lvar_scope and we construct a mapping from function id + scope id to scope information.
Diffstat (limited to 'arm')
-rw-r--r--arm/TargetPrinter.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm/TargetPrinter.ml b/arm/TargetPrinter.ml
index 028ff6ed..5f16fc9e 100644
--- a/arm/TargetPrinter.ml
+++ b/arm/TargetPrinter.ml
@@ -905,6 +905,8 @@ module Target (Opt: PRINTER_OPTIONS) : TARGET =
let get_end_addr () = -1 (* Dummy constant *)
let get_stmt_list_addr () = -1 (* Dummy constant *)
+
+ let get_debug_start_addr () = -1 (* Dummy constant *)
module DwarfAbbrevs = DwarfUtil.DefaultAbbrevs (* Dummy Abbrev types *)