1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-19 06:17:37 +01:00
libunwind-eh_elf/src/ia64/TODO
mostang.com!davidm 5e30dcbde3 Mention debugger requirements.
(Logical change 1.9)
2002-04-01 23:01:22 +00:00

13 lines
571 B
Text

- unify UNW_IA64_AR_BSP and UNW_IA64_BSP
- 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
single IP at which the .body starts; the gdb maintainers
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)