From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 259 invoked from network); 30 Dec 1996 15:31:48 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 30 Dec 1996 15:31:48 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA22362; Mon, 30 Dec 1996 10:33:28 -0500 (EST) Resent-Date: Mon, 30 Dec 1996 10:33:28 -0500 (EST) Date: Mon, 30 Dec 1996 18:35:35 +0300 (MSK) From: Andrej Borsenkow X-Sender: bor@itsrm1.mow.sni.de Reply-To: borsenkow.msk@sni.de To: Zsh workers mailing list Subject: Cannot set breakpoints on zsh-3.1.0? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"q5P8J1.0.LT5.83-no"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2673 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Happy New Year to everybody!!! It appears, that it is not possible to set BP on 3.1.0 (or rather useless). I have Sinix 5.42 + gdb 4.16 + zsh-3.1.0 compiled statically without modules. Here is simple session: [1]bor@itsrm1:~/src/zsh-3.1.0-static/Src%> gdb -se zsh GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (mips-sni-sysv4), Copyright 1996 Free Software Foundation, Inc... (gdb) break zerr Breakpoint 1 at 0x46ca60: file ../../zsh-3.1.0/Src/utils.c, line 51. (gdb) run +Z Starting program: /home/bor/src/zsh-3.1.0-static/Src/zsh +Z [3]bor@itsrm1:~/src/zsh-3.1.0-static/Src%> ls [a zsh: trace trap (core dumped) ls [a [3]bor@itsrm1:~/src/zsh-3.1.0-static/Src%> exit Program exited with code 0205. [1]bor@itsrm1:~/src/zsh-3.1.0-static/Src%> ls -l core -rw-r--r-- 1 bor sinix 312592 Dec 30 18:11 core [1]bor@itsrm1:~/src/zsh-3.1.0-static/Src%> date Mon Dec 30 18:12:30 MSK 1996 [1]bor@itsrm1:~/src/zsh-3.1.0-static/Src%> I would expect to get breakpoint stop in zerr(); instead, I get core!!! and zsh misteriously runs on. any comments? ------------------------------------------------------------------------- Andrej Borsenkow Fax: +7 (095) 252 01 05 SNI ITS Moscow Tel: +7 (095) 252 13 88 NERV: borsenkow.msk E-Mail: borsenkow.msk@sni.de -------------------------------------------------------------------------