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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3cbef66f8e2b7fa3,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!b8g2000pre.googlegroups.com!not-for-mail From: Paruthi Newsgroups: comp.lang.ada Subject: How to print string, record variable while debugging with GDB using GPS Date: Thu, 19 Feb 2009 03:56:28 -0800 (PST) Organization: http://groups.google.com Message-ID: <1b69a7f1-49f4-4bae-9c9c-94286309b13d@b8g2000pre.googlegroups.com> NNTP-Posting-Host: 125.17.18.162 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1235044588 10111 127.0.0.1 (19 Feb 2009 11:56:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Feb 2009 11:56:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b8g2000pre.googlegroups.com; posting-host=125.17.18.162; posting-account=wBFvTwoAAADicInq0DvvS5VTnb_5upmw User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4670 Date: 2009-02-19T03:56:28-08:00 List-Id: Hi, Can any one please help me how to print the value of the variable which is of a string type, instance of a record..etc while debugging with GDB using Ada code. For simple string I get the value in ascii value. Is there any way where I get the actual string value instead of ASCII value. Thanks, Sathish V