mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-07 18:08:12 +01:00
Delete: src/ia64/TODO
}(Logical change 1.113)
This commit is contained in:
parent
b8e952c5a7
commit
c3328ce150
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
- what's the byte-order of [gs]et_{fp,}reg?
|
||||
|
||||
- locking
|
||||
|
||||
- memory allocation
|
||||
|
||||
- unify UNW_IA64_AR_BSP and UNW_IA64_BSP
|
||||
|
||||
- finish & test unwinding across signal frame (pay attention that signal
|
||||
frame gets updated)
|
||||
|
||||
- API for dynamically generated code and redirection
|
||||
|
||||
- to test:
|
||||
o verify correctness of spill-area layout
|
||||
o verify working of frgr_mem descriptor (especially for f16-f31)
|
||||
|
||||
+ multi-architecture support?
|
||||
+ 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
|
Loading…
Reference in a new issue