Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get pcb(process control block) of a process

807567Nov 28 2000 — edited Dec 17 2000
Now I am trying to move a running process from a work station to another work station so I want to know the value of some key registers such as :pc(program counter),sp(stack pointer),psw(process status word) and so on. In tradition Unix these registers are in the struct pcb which is included in the struct user but I am not able to find it in struct user and proc of Solaris2.5.1. Therefore I want to know how to get pcb and if possible how to modify it.
Thank any help in advance.
Heartless
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2001
Added on Nov 28 2000
7 comments
259 views