aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-errors.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-16 08:25:00 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-16 08:25:18 +0200
commit20ce64f00c737aa18b785bfb1b84c1137dff8948 (patch)
treeedfa16d657575f4cdd048c34c71dfae07532b2db /src/grt/grt-errors.ads
parent9ed21dea7e8c7c5a07d1438ec89ecc98ac7f399d (diff)
downloadghdl-20ce64f00c737aa18b785bfb1b84c1137dff8948.tar.gz
ghdl-20ce64f00c737aa18b785bfb1b84c1137dff8948.tar.bz2
ghdl-20ce64f00c737aa18b785bfb1b84c1137dff8948.zip
Improve info message for --stop-delta.
For #654
Diffstat (limited to 'src/grt/grt-errors.ads')
-rw-r--r--src/grt/grt-errors.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-errors.ads b/src/grt/grt-errors.ads
index a0ba1a03e..f97d25573 100644
--- a/src/grt/grt-errors.ads
+++ b/src/grt/grt-errors.ads
@@ -95,7 +95,8 @@ package Grt.Errors is
pragma No_Return (Internal_Error);
-- Display a message which is not an error.
- procedure Info (Str : String);
+ procedure Info_S (Str : String := "");
+ procedure Info_E;
-- Backtrace used to report call stack in case of error.
-- Note: for simplicity we assume that a PC is enough to display the