mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Update.
(Logical change 1.12)
This commit is contained in:
parent
41659aa324
commit
cc5ee5947a
2 changed files with 26 additions and 2 deletions
25
NEWS
25
NEWS
|
@ -0,0 +1,25 @@
|
|||
-*-Mode: outline-*-
|
||||
|
||||
* News for v0.2:
|
||||
|
||||
** Automated configuration/build with autoconf and automake.
|
||||
** Added support for building libunwind as a shared library.
|
||||
** Added support for remote unwinding.
|
||||
** Added support for cross-building.
|
||||
** Added two new routines to the API:
|
||||
- unw_is_fpreg()
|
||||
- unw_get_save_loc()
|
||||
** Added multi-architecture supports (lets a single application use
|
||||
the unwind libraries for multiple target architectures; this is useful,
|
||||
e.g., useful for building a debugger that can support multiple targets
|
||||
such as ia32, ia64, etc.)
|
||||
|
||||
|
||||
* News for v0.1:
|
||||
|
||||
** Added support for exception handling.
|
||||
|
||||
|
||||
* News for v0.0:
|
||||
|
||||
** It's a brand new package.
|
|
@ -1,7 +1,5 @@
|
|||
- what's the byte-order of [gs]et_{fp,}reg?
|
||||
|
||||
- multi-architecture support?
|
||||
|
||||
- locking
|
||||
|
||||
- memory allocation
|
||||
|
@ -13,6 +11,7 @@
|
|||
|
||||
- API for dynamically generated code and redirection
|
||||
|
||||
+ multi-architecture support?
|
||||
+ debuggers need additional frame info:
|
||||
- ability to determine first non-prologue instruction
|
||||
(gdb calls this skip_prologue) => this doesn't really
|
||||
|
|
Loading…
Reference in a new issue