aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-debugger.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-14 19:47:39 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-14 19:49:32 +0200
commit8a54756303708ce51dfe6093dde67e3463300cac (patch)
tree90ff4dba4b6493fb8c52dc054b12131ce94c3f82 /src/synth/elab-debugger.adb
parentaf71a811ea732ba04ab65c8813f198af13518bdd (diff)
downloadghdl-8a54756303708ce51dfe6093dde67e3463300cac.tar.gz
ghdl-8a54756303708ce51dfe6093dde67e3463300cac.tar.bz2
ghdl-8a54756303708ce51dfe6093dde67e3463300cac.zip
ghdlsimul: add and improve debugger
Diffstat (limited to 'src/synth/elab-debugger.adb')
-rw-r--r--src/synth/elab-debugger.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/elab-debugger.adb b/src/synth/elab-debugger.adb
index 9121cc3a9..33629f278 100644
--- a/src/synth/elab-debugger.adb
+++ b/src/synth/elab-debugger.adb
@@ -24,6 +24,11 @@ package body Elab.Debugger is
null;
end Debug_Init;
+ procedure Debug_Elab (Top : Synth_Instance_Acc) is
+ begin
+ null;
+ end Debug_Elab;
+
procedure Debug_Break (Inst : Synth_Instance_Acc; Stmt : Node) is
begin
raise Internal_Error;