From df259b99050928cd72874377d7797c0de797935b Mon Sep 17 00:00:00 2001 From: Jonas Baggett Date: Fri, 5 Aug 2016 14:28:25 +0200 Subject: Support added for * and **. Please note that wildcards inside names like /top/sub*/... are not supported yet, only synthax like /top/*/... works for now. Support for wildcards inside names will be added on version 1.2, at the same time as simple regexp support. Current version set to 1.1 --- src/grt/grt-wave_opt-file-debug.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grt/grt-wave_opt-file-debug.adb') diff --git a/src/grt/grt-wave_opt-file-debug.adb b/src/grt/grt-wave_opt-file-debug.adb index 44878077a..0ecc1e840 100644 --- a/src/grt/grt-wave_opt-file-debug.adb +++ b/src/grt/grt-wave_opt-file-debug.adb @@ -56,7 +56,7 @@ package body Grt.Wave_Opt.File.Debug is while Sibling_Cursor /= null loop Put ((3 .. 2 * Sibling_Cursor.Level => ' ')); Put ('/'); - Put_Line (Sibling_Cursor.Name.all); + Put_Line (Sibling_Cursor.Expr.all); Dump_Sub_Tree (Sibling_Cursor.Next_Child); Sibling_Cursor := Sibling_Cursor.Next_Sibling; end loop; -- cgit v1.2.3