From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stu Grossman To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: Patches for FreeBSD 4.2 Date: Thu, 12 Jul 2001 16:51:00 -0000 Message-id: <15182.14341.585416.731581@gundor.juniper.net> References: <200107110639.f6B6d4K28642@ploor.juniper.net> X-SW-Source: 2001-07/msg00317.html Mark Kettenis writes: > * This file won't compile on FreeBSD 3.x, since > doesn't exist. Besides, the implementation of a *_frame_saved_pc > function belongs in a target-dependent file, and shouldn't depend on > the target headers. What's wrong with the old implementation? Let me clarify my previous message... This needs to be fixed in order to make backtraces through signal handlers work. I think that without this fix, the backtrace stops at the signal handler, or worse yet, it prints junk for the caller or the interrupted code. Stu