From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5c46:0:b0:3ef:3510:7c3f with SMTP id j6-20020ac85c46000000b003ef35107c3fmr337678qtj.12.1681741886925; Mon, 17 Apr 2023 07:31:26 -0700 (PDT) X-Received: by 2002:a25:7385:0:b0:b92:3b14:b0f6 with SMTP id o127-20020a257385000000b00b923b14b0f6mr4083681ybc.7.1681741886732; Mon, 17 Apr 2023 07:31:26 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!panix!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Apr 2023 07:31:26 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=80.65.63.100; posting-account=ACEctQoAAAD3d42JSpp6_fpg88BhdFDo NNTP-Posting-Host: 80.65.63.100 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Hi guys! I've been inactive for a long time but now started to develop a hobby application. I found a strange behaviour with gdb. Locally renaming a function S in order to shorten the source code visits cygwin.S during execution. thie is very awk From: Petter Injection-Date: Mon, 17 Apr 2023 14:31:26 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1440 Xref: news.eternal-september.org comp.lang.ada:65104 List-Id: I've found that locally naming arguments to procedures or functions s can also cause this problem.