From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44529 invoked by alias); 4 May 2017 12:08:08 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 43800 invoked by uid 89); 4 May 2017 12:08:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wr0-f174.google.com Received: from mail-wr0-f174.google.com (HELO mail-wr0-f174.google.com) (209.85.128.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 04 May 2017 12:08:06 +0000 Received: by mail-wr0-f174.google.com with SMTP id w50so6686765wrc.0 for ; Thu, 04 May 2017 05:08:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=HIOF7iSfiGDkQ93NDA9MycSL+hvJc2sPabYYDUUOu/U=; b=P7BZxf2ExeN5JpBalm21FQ+WaxtWPGvYZvOnYQLg1BfK8IO3Yg7DHZOvWowr6mBdOg 6VIvOXbDcNMKKnoqq5XULX5fVZuMmu1/S16MlcNX1LsCAXuPJzeMzATTkQsD/8VUMEoX bh3yhHXGvgzk50Dt6kQBkLT28py4UcfVTy1x/re3fKBVpQ5gCi4akojyF3LyMRKguWIo gfJk+52CiqKou9AgWtHrerv1XLaN5I4cJ0uYCam5RQtJv4q1iknh0w8lHMr9J65uVuub 2WysFAdaAHBqhedkDCVhyOjwCaTSfulrgJrKD2ft1VSGoo0XfVmncOZfJ1ghq+ieWd1+ MdcA== X-Gm-Message-State: AN3rC/6tiEAL3Qini0ZfNg7o5T9AWP6ZumOSS+mwsxPKB98pR7+wwdTh PVLTCtfKoJd+gAH6lKY= X-Received: by 10.223.170.67 with SMTP id q3mr1939603wrd.19.1493899686888; Thu, 04 May 2017 05:08:06 -0700 (PDT) Received: from [172.21.188.226] ([62.154.173.198]) by smtp.googlemail.com with ESMTPSA id j133sm1467629wmg.26.2017.05.04.05.08.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 May 2017 05:08:06 -0700 (PDT) From: Marco Atzeri Subject: How to break cygwin inside dcrt0.cc ? To: "cygwin@cygwin.com" Message-ID: Date: Thu, 04 May 2017 12:08:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00045.txt.bz2 Hi, I am likely missing something obvious, but I do not succeed to put a breakpoint inside child_info_fork::alloc_stack break child_info_fork::alloc_stack Function "child_info_fork::alloc_stack" not defined. break /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc:408 No source file named /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc Is dcrt0.cc built differently than the rest of cygwin dll ? Thanks in advance Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple