From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28057 invoked from network); 30 Aug 2005 17:23:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Aug 2005 17:23:58 -0000 Received: (qmail 34000 invoked from network); 30 Aug 2005 17:23:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Aug 2005 17:23:50 -0000 Received: (qmail 28379 invoked by alias); 30 Aug 2005 17:23:44 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9357 Received: (qmail 28368 invoked from network); 30 Aug 2005 17:23:43 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Aug 2005 17:23:43 -0000 Received: (qmail 33092 invoked from network); 30 Aug 2005 17:23:43 -0000 Received: from wproxy.gmail.com (64.233.184.206) by a.mx.sunsite.dk with SMTP; 30 Aug 2005 17:23:36 -0000 Received: by wproxy.gmail.com with SMTP id i2so1088973wra for ; Tue, 30 Aug 2005 10:23:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=eJUXw1KK4g/L4E2Rz7e98+Wy3PG/FH1swc6Nb3OYwIt8v9O4aFnzEMM9Vem9iGiBpmACWuafGqtlXyNs6KnZo/vX02CZMAyBVV3s64a8RptHCeqcrBYJcp4pHCPWCCjV24do2E7EoK5U5SzMpX0l2/Ww+0EHS+e79bO/L8RfPfQ= Received: by 10.54.3.79 with SMTP id 79mr31985wrc; Tue, 30 Aug 2005 10:23:35 -0700 (PDT) Received: by 10.54.81.7 with HTTP; Tue, 30 Aug 2005 10:23:35 -0700 (PDT) Message-ID: <7c737f30050830102367dfccb@mail.gmail.com> Date: Tue, 30 Aug 2005 10:23:35 -0700 From: Deliverable Mail To: zsh-users@sunsite.dk Subject: startup Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5212_29336236.1125422615217" X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,HTML_10_20, HTML_MESSAGE,RCVD_BY_IP autolearn=no version=3.0.4 ------=_Part_5212_29336236.1125422615217 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I have subtle problems running programs under gdb since I switched to zsh= =20 and configured a lot of aliases and zsh-specific things. I wonder how do I= =20 debug it, -- if I start gdb under zsh, what's the startup sequence of the= =20 new process? For some reason, the examples .zshrc's I see do not distinguis= h=20 between login shell and non-login one... How does zsh differentiates betwee= n=20 them, and what happens when gdb starts a process when run under zsh (does i= t=20 even run zsh, or /bin/sh, and how do they interact)?... Cheers, Alexy ------=_Part_5212_29336236.1125422615217 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
I have subtle problems running programs under gdb since I switched to = zsh and configured a lot of aliases and zsh-specific things.  I wonder= how do I debug it, -- if I start gdb under zsh, what's the startup sequenc= e of the new process?  For some reason, the examples .zshrc's I see do= not distinguish between login shell and non-login one...  How does zs= h differentiates between them, and what happens when gdb starts a process w= hen run under zsh (does it even run zsh, or /bin/sh, and how do they intera= ct)?...
 
Cheers,
Alexy
------=_Part_5212_29336236.1125422615217--