Konstantin Belousov
|
ae7eebb839
|
Separate getcontext implementation for x86
|
2010-04-13 14:11:39 +03:00 |
|
Konstantin Belousov
|
66e49bdd41
|
Save %eax for i386
|
2010-04-13 13:55:23 +03:00 |
|
Konstantin Belousov
|
6f7b335e89
|
Add my copyrights to several files that contain essential modifications
|
2010-04-10 01:42:26 +03:00 |
|
Konstantin Belousov
|
9fe75c7d93
|
Save FPU state when saving context. For XMM-capable CPUs only (for now).
|
2010-04-10 00:47:08 +03:00 |
|
Konstantin Belousov
|
e9cd30040e
|
Move x86 porting further.
|
2010-03-13 20:28:12 +02:00 |
|
Konstantin Belousov
|
47dcc89457
|
Remove unneeded braces
|
2010-03-10 23:51:59 +02:00 |
|
Konstantin Belousov
|
bb41eba56c
|
FreeBSD/i386 port. get/setcontext need further work
|
2010-03-09 18:01:25 +02:00 |
|
Paul Pluzhnikov
|
54752e0df0
|
Implement getcontext for x86
Greetings,
Attached patch implements getcontext for x86.
Motivation is the same as:
http://lists.nongnu.org/archive/html/libunwind-devel/2008-06/msg00009.html
This also fixes check-name-space on x86.
Tested on Linux/86 with no new failures.
Thanks,
--
Paul Pluzhnikov
|
2009-12-23 09:59:52 -08:00 |
|