From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a67b100ce389e74b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-18 04:37:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!paloalto-snh1.gtei.net!lsanca1-snf1!news.gtei.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3C95D29D.445147DD@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Viewing an Unbounded_String in GVD References: <01HW.B8BA2AA3002283F50303EA70@news.netaxs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 18 Mar 2002 12:37:46 GMT NNTP-Posting-Host: 158.252.122.193 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 1016455066 158.252.122.193 (Mon, 18 Mar 2002 04:37:46 PST) NNTP-Posting-Date: Mon, 18 Mar 2002 04:37:46 PST X-Received-Date: Mon, 18 Mar 2002 04:37:48 PST (newsmaster1.prod.itd.earthlink.net) Xref: archiver1.google.com comp.lang.ada:21402 Date: 2002-03-18T12:37:46+00:00 List-Id: "William C. Brennan" wrote: > > 1. Maybe I'm missing the obvious, but how does one use GVD to view the relevant > contents of an Unbounded_String? (I'm running GNAT 3.13p under Linux.) In GNAT, the "reference" field of the Unbounded_String variable is a pointer to the string's characters, so I typically just use the gdb console window to type: p Strvar.reference.all Marc A. Criley Consultant Quadrus Corporation www.quadruscorp.com