Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Cannot set breakpoints on zsh-3.1.0?
- X-seq: zsh-workers 2675
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: borsenkow.msk@xxxxxx
- Subject: Re: Cannot set breakpoints on zsh-3.1.0?
- Date: Mon, 30 Dec 1996 16:57:41 +0100 (MET)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.SV4.3.95.961230183118.5852C-100000@xxxxxxxxxxxxxxxxx> from Andrej Borsenkow at "Dec 30, 96 06:35:35 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
Andrej Borsenkow wrote:
> 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:
[...]
> (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
zsh forked here and zerr was executed by the child process, which is not
under the control of gdb.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author