From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 22 Feb 2002 18:49:10 +0000 Subject: Re: [Linux-ia64] Linux IA64 ToDo List Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 22 Feb 2002 09:57:05 -0700, n0ano@indstorage.com said: Don> Anyone else? I'm continuing to working on the unwind library (and its API). Local stacktraces, (gcc) exception handling, and remote stack traces are working now. Next is getting gdb to use the unwind library. The next thing I plan to do is to streamline the system call path. The goal primarily is to avoid saving/restoring the scratch registers, but it's likely that I'll also toy around with lightweight system calls. --david