summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold2015-11-26 06:14:42 +0100
committerTristan Gingold2015-11-26 06:14:42 +0100
commit4d18e119ebd1e83bf3e4a2e5c953373330b6faa4 (patch)
tree9fa116d4dfa78893b672118906af34251d833c42 /dist
parent47d427263cf55a92bc2a1d4fa22cb1e5a7e1cba0 (diff)
downloadghdl-4d18e119ebd1e83bf3e4a2e5c953373330b6faa4.tar.gz
ghdl-4d18e119ebd1e83bf3e4a2e5c953373330b6faa4.tar.bz2
ghdl-4d18e119ebd1e83bf3e4a2e5c953373330b6faa4.zip
Windows: add backtraces in dist/mcode.
Diffstat (limited to 'dist')
-rw-r--r--dist/mcode/windows/grt-backtraces-impl.ads3
-rw-r--r--dist/mcode/windows/grt-modules.adb2
2 files changed, 5 insertions, 0 deletions
diff --git a/dist/mcode/windows/grt-backtraces-impl.ads b/dist/mcode/windows/grt-backtraces-impl.ads
new file mode 100644
index 0000000..81db677
--- /dev/null
+++ b/dist/mcode/windows/grt-backtraces-impl.ads
@@ -0,0 +1,3 @@
+with Grt.Backtraces.Jit;
+
+package Grt.Backtraces.Impl renames Grt.Backtraces.Jit;
diff --git a/dist/mcode/windows/grt-modules.adb b/dist/mcode/windows/grt-modules.adb
index 35b27c3..de5eb79 100644
--- a/dist/mcode/windows/grt-modules.adb
+++ b/dist/mcode/windows/grt-modules.adb
@@ -22,6 +22,7 @@ with Grt.Waves;
with Grt.Vital_Annotate;
with Grt.Disp_Tree;
with Grt.Disp_Rti;
+with Grt.Backtraces;
package body Grt.Modules is
procedure Register_Modules is
@@ -33,5 +34,6 @@ package body Grt.Modules is
Grt.Vpi.Register;
Grt.Vital_Annotate.Register;
Grt.Disp_Rti.Register;
+ Grt.Backtraces.Register;
end Register_Modules;
end Grt.Modules;