.. |
dwarf
|
(is_cie_id): New function.
|
2005-05-03 09:13:17 +00:00 |
hppa
|
(unw_init_local): Implement it based on the DWARF unwinder.
|
2005-05-03 09:13:17 +00:00 |
ia64
|
Adjust for sigset_t to intrmask_t renaming.
|
2005-05-03 09:13:17 +00:00 |
mi
|
Adjust for sigset_t to intrmask_t renaming.
|
2005-05-03 09:13:17 +00:00 |
ptrace
|
Adjust for "ia64_rse" to "rse" prefix change.
|
2005-05-03 09:13:17 +00:00 |
setjmp
|
Adjust for "ia64_rse" to "rse" prefix change.
|
2005-05-03 09:13:17 +00:00 |
unwind
|
Rename: src/unwind-internal.h -> src/unwind/unwind-internal.h
|
2004-08-26 10:02:46 +00:00 |
x86
|
Adjust for sigset_t to intrmask_t renaming.
|
2005-05-03 09:13:17 +00:00 |
x86_64
|
Adjust for sigset_t to intrmask_t renaming.
|
2005-05-03 09:13:17 +00:00 |
elf32.c
|
Do nothing of UNW_REMOTE_ONLY is defined.
|
2003-02-15 03:10:30 +00:00 |
elf32.h
|
(Logical change 1.45)
|
2003-02-08 10:10:59 +00:00 |
elf64.c
|
Do nothing of UNW_REMOTE_ONLY is defined.
|
2003-02-15 03:10:30 +00:00 |
elf64.h
|
(Logical change 1.45)
|
2003-02-08 10:10:59 +00:00 |
elfxx.c
|
(valid_object): Declare as HIDDEN instead of PROTECTED.
|
2005-05-03 09:13:17 +00:00 |
elfxx.h
|
Drop HIDDEN from declarations, only the definitions need it.
|
2003-12-21 07:57:42 +00:00 |
longjmp.c
|
Ignore NULL stack-frames---they can't possibly be the correct target of
|
2004-10-13 14:14:09 +00:00 |
Makefile.am
|
(libunwind_setjmp_la_SOURCES_x86_64): Mention longjmp.S.
|
2005-05-03 09:13:17 +00:00 |
Makefile.in
|
Regenerate.
|
2005-05-03 09:13:17 +00:00 |
os-hpux.c
|
Convert from debug() to Debug().
|
2004-01-30 00:01:24 +00:00 |
os-linux.c
|
(tdep_get_elf_image): Pass sizeof buffer to maps_next().
|
2004-03-31 07:38:06 +00:00 |
os-linux.h
|
(scan_dec): Don't skip over a character unless it's really a digit.
|
2004-06-29 05:59:35 +00:00 |
setjmp.c
|
(setjmp): Fix cast: unw_word_t should be "void *".
|
2004-09-09 13:06:01 +00:00 |
siglongjmp.c
|
Ignore NULL stack-frames---they can't possibly be the correct target of
|
2004-10-13 14:14:09 +00:00 |
sigsetjmp.c
|
(sigsetjmp): Use macros from jmpbuf.h instead of hardcoded values.
|
2004-08-31 13:59:10 +00:00 |