From c6bb20d8522bb76bc7d217166384a365881012cb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 29 May 2022 08:46:12 +0200 Subject: elab-debugger: export more subprograms --- src/synth/elab-debugger.ads | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/synth/elab-debugger.ads b/src/synth/elab-debugger.ads index 315337dd6..61b16fb97 100644 --- a/src/synth/elab-debugger.ads +++ b/src/synth/elab-debugger.ads @@ -64,6 +64,12 @@ package Elab.Debugger is -- Return the position of the first non-blank character. function Skip_Blanks (S : String) return Positive; + function Skip_Blanks (S : String; F : Positive) return Positive; + + -- Return the position of the last character of the word (the last + -- non-blank character). + function Get_Word (S : String) return Positive; + function Get_Word (S : String; F : Positive) return Positive; -- Convert STR to number RES, set VALID to true iff the conversion is ok. procedure To_Num (Str : String; Res : out Uns32; Valid : out Boolean); -- cgit v1.2.3