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-11-02 09:19:07 +00:00
2004-04-07 20:46:16 +00:00
2003-07-25 08:02:24 +00:00
2004-05-18 16:04:57 +00:00
2004-03-20 20:41:40 +00:00
2004-05-05 20:04:14 +00:00
2003-05-16 21:26:42 +00:00
2002-12-08 20:32:56 +00:00
2003-11-07 23:29:42 +00:00
2003-08-04 05:13:18 +00:00
2004-06-20 03:52:50 +00:00
2004-03-21 01:41:29 +00:00
2004-03-05 09:19:59 +00:00
2003-05-16 21:26:42 +00:00
2002-12-18 18:52:20 +00:00
2003-09-25 01:10:26 +00:00
2004-04-07 20:46:16 +00:00
2004-04-25 02:36:29 +00:00
2003-05-16 21:26:42 +00:00
2004-07-10 17:47:22 +00:00
2003-08-15 05:46:33 +00:00
2004-04-07 20:46:16 +00:00
2003-08-11 21:25:19 +00:00
2004-04-07 20:46:16 +00:00
2003-01-05 22:14:30 +00:00
2003-01-05 22:00:19 +00:00
2004-07-10 18:40:12 +00:00
2004-04-07 20:46:16 +00:00
2004-02-22 02:10:48 +00:00
2004-04-07 20:46:16 +00:00
2004-07-10 19:56:00 +00:00
2003-11-17 03:40:41 +00:00
2004-06-23 08:06:52 +00:00
2003-10-23 06:41:59 +00:00
2004-05-19 15:41:26 +00:00
2004-04-07 20:46:16 +00:00
2004-03-20 05:27:14 +00:00
2003-12-10 22:59:03 +00:00
2003-02-01 22:50:09 +00:00
2003-09-10 22:49:38 +00:00
2003-07-26 08:03:43 +00:00
2004-04-18 07:11:12 +00:00
2003-05-16 21:26:42 +00:00
2003-05-16 21:26:42 +00:00
2004-01-09 16:52:09 +00:00
2003-12-07 20:47:33 +00:00
2003-07-12 04:35:09 +00:00
2003-09-28 05:34:07 +00:00
2004-04-07 20:46:16 +00:00