ucontext.h and regset.h

Joel Sherrill joel.sherrill at OARcorp.com
Wed May 3 17:02:38 UTC 2000


Serrae at tsainc.com wrote:
> 
> Hello folks,
> 
> Does RTEMS provide support for the get/setcontext set of UNIX functions
> declared in <ucontext.h>, <sys/ucontext.h>, and for <sys/regset.h>?

It does not have those precise header files but they should be
easy to implement.

Every port provides the Context_Control structure and
(thread)->Registers
is the non-FP portion of the context.

What precisely do these routines do?  Could some magic
renaming/typedefing
do the trick?

> -efren-
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~
> Efren Serra
> Software Engineer
> Systems Solutions Group
> Transaction Systems Architects, Inc.
> 218 South 108th Avenue
> Omaha, NE 68154
> Phone: 402-697-2267
> FAX: 402-333-9725
> ~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985



More information about the users mailing list