From f8cdbb6ef032df3ab40cc096f7a0f2faf942081e Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 4 Apr 2002 19:04:09 +0000 Subject: [PATCH] Update. (Logical change 1.11) --- src/ia64/TODO | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/ia64/TODO b/src/ia64/TODO index 94521cdd..47266d0f 100644 --- a/src/ia64/TODO +++ b/src/ia64/TODO @@ -1,6 +1,19 @@ +- what's the byte-order of [gs]et_{fp,}reg? + +- multi-architecture support? + +- locking + +- memory allocation + - unify UNW_IA64_AR_BSP and UNW_IA64_BSP -- debuggers need additional frame info: +- finish & test unwinding across signal frame (pay attention that signal + frame gets updated) + +- API for dynamically generated code and redirection + ++ debuggers need additional frame info: - ability to determine first non-prologue instruction (gdb calls this skip_prologue) => this doesn't really make much sense for optimized code: there may be now @@ -8,6 +21,3 @@ are aware of this and are planning to modify gdb such that skip_prologue can always return 0 - ability to find out whether and where a frame saved a register - -- finish & test unwinding across signal frame (pay attention that signal - frame gets updated)