Marcel Moolenaar 5a39cbaf69 Implement makectx(). The makectx() function is used by KDB to create
a PCB from a trapframe for purposes of unwinding the stack. The PCB
is used as the thread context and all but the thread that entered the
debugger has a valid PCB.
This function can also be used to create a context for the threads
running on the CPUs that have been stopped when the debugger got
entered. This however is not done at the time of this commit.
2004-07-10 19:56:00 +00:00
..
2003-08-04 05:13:18 +00:00
2002-12-18 18:52:20 +00:00
2004-06-23 08:06:52 +00:00
2003-12-10 22:59:03 +00:00
2004-04-18 07:11:12 +00:00