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-Thread: 103376,81902d8ed23b5f61,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: dylan@skitsanddicks.com Newsgroups: comp.lang.ada Subject: Ada 95 Debugger Script (memory location) Date: 3 Oct 2005 06:53:22 -0700 Organization: http://groups.google.com Message-ID: <1128347602.671381.250000@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 130.76.96.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1128347607 30252 127.0.0.1 (3 Oct 2005 13:53:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 3 Oct 2005 13:53:27 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Boeing Kit; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=130.76.96.19; posting-account=x1PddQ0AAABB4uY7WjFi6n7YYwIK5jK5 Xref: g2news1.google.com comp.lang.ada:5355 Date: 2005-10-03T06:53:22-07:00 List-Id: Hi all, I'm trying to write a script for the debugger which obtains data and dumps it into a specified file. The problem is that I have to find the memory address of a specified variable. The memory address is what I will use for the "memdump" command to put the data into the file. I cannot just hardcode the address location because it changes. I'm not sure how to store the memory address location using the command prompt, and I have searched somewhat thoroughly through the debugger help manual. Thanks for your help!