[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] [PATCH 0/2] Two fixes for test suite regressions on Fr
From: |
Konstantin Belousov |
Subject: |
[Libunwind-devel] [PATCH 0/2] Two fixes for test suite regressions on FreeBSD. |
Date: |
Mon, 17 Sep 2012 17:39:13 +0300 |
From: Konstantin Belousov <address@hidden>
Below are two patches which improve the test suite results on FreeBSD.
Both are not specific for FreeBSD as such, but for different reasons
it seems that Linux avoids the issues.
Konstantin Belousov (2):
Restore the interpretation of the NULL %rbp location as end of
frame chain.
This looks like another fallback from the support for the ip == 0
handling.
Do not allow the reference to the local var to outlive the local var
scope.
src/x86_64/Gstep.c | 6 ++++++
tests/test-ptrace.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
1.7.11.5
- [Libunwind-devel] [PATCH 0/2] Two fixes for test suite regressions on FreeBSD.,
Konstantin Belousov <=
- [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Konstantin Belousov, 2012/09/17
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Lassi Tuura, 2012/09/18
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Konstantin Belousov, 2012/09/18
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Lassi Tuura, 2012/09/18
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Konstantin Belousov, 2012/09/19
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Lassi Tuura, 2012/09/20
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Konstantin Belousov, 2012/09/20
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Arun Sharma, 2012/09/22
- Re: [Libunwind-devel] [PATCH 1/2] Restore the interpretation of the NULL %rbp location as end of frame chain., Lassi Tuura, 2012/09/22
[Libunwind-devel] [PATCH 2/2] Do not allow the reference to the local var to outlive the local var scope., Konstantin Belousov, 2012/09/17