forked from Imagelibrary/rtems
2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* daemon.t: Reflect c/src/exec having moved to cpukit.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* daemon.t: Reflect c/src/exec having moved to cpukit.
|
||||||
|
|
||||||
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* rgdb_specs.texi: Set @setfilename rgdb_specs.info.
|
* rgdb_specs.texi: Set @setfilename rgdb_specs.info.
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ the exception. This implies:
|
|||||||
we need to,
|
we need to,
|
||||||
@item When we enter the high level exception handler code, a normalized exception
|
@item When we enter the high level exception handler code, a normalized exception
|
||||||
context has been pushed on the system stack and a pointer to this context is
|
context has been pushed on the system stack and a pointer to this context is
|
||||||
available as the first argument (cf c/src/exec/score/cpu/i386/cpu.c for more
|
available as the first argument (cf cpukit/score/cpu/i386/cpu.c for more
|
||||||
details),
|
details),
|
||||||
@end itemize
|
@end itemize
|
||||||
First the exception handler wakeup the EVENT_MNGT task. Then it will
|
First the exception handler wakeup the EVENT_MNGT task. Then it will
|
||||||
@@ -365,19 +365,19 @@ Id. Name Detached Suspended
|
|||||||
134283273 Rini No No <= current target thread
|
134283273 Rini No No <= current target thread
|
||||||
0x230715 in enterRdbg ()
|
0x230715 in enterRdbg ()
|
||||||
134283272 Evnt No No
|
134283272 Evnt No No
|
||||||
_Thread_Dispatch () at /rtems/c/src/exec/score/src/thread.c:315
|
_Thread_Dispatch () at /rtems/cpukit/score/src/thread.c:315
|
||||||
134283271 SPE2 No No
|
134283271 SPE2 No No
|
||||||
_Thread_Dispatch () at /rtems/c/src/exec/score/src/thread.c:315
|
_Thread_Dispatch () at /rtems/cpukit/score/src/thread.c:315
|
||||||
134283270 SPE1 No No
|
134283270 SPE1 No No
|
||||||
_Thread_Handler () at /rtems/c/src/exec/score/src/thread.c:1107
|
_Thread_Handler () at /rtems/cpukit/score/src/thread.c:1107
|
||||||
134283269 RDBG No No
|
134283269 RDBG No No
|
||||||
0x230715 in enterRdbg ()
|
0x230715 in enterRdbg ()
|
||||||
134283268 SCrx No No
|
134283268 SCrx No No
|
||||||
_Thread_Dispatch () at /rtems/c/src/exec/score/src/thread.c:315
|
_Thread_Dispatch () at /rtems/cpukit/score/src/thread.c:315
|
||||||
134283267 SCtx No No
|
134283267 SCtx No No
|
||||||
_Thread_Dispatch () at /rtems/c/src/exec/score/src/thread.c:315
|
_Thread_Dispatch () at /rtems/cpukit/score/src/thread.c:315
|
||||||
134283266 ntwk No No
|
134283266 ntwk No No
|
||||||
_Thread_Dispatch () at /rtems/c/src/exec/score/src/thread.c:315
|
_Thread_Dispatch () at /rtems/cpukit/score/src/thread.c:315
|
||||||
(gdb) b init.c:89
|
(gdb) b init.c:89
|
||||||
Breakpoint 1 at 0x200180: file \
|
Breakpoint 1 at 0x200180: file \
|
||||||
/rtems/c/src/tests/samples/debug/init.c, line 89.
|
/rtems/c/src/tests/samples/debug/init.c, line 89.
|
||||||
@@ -419,7 +419,7 @@ Breakpoint 1, example2 (argument=4) at \
|
|||||||
#1 0xf0009bd0 in ?? ()
|
#1 0xf0009bd0 in ?? ()
|
||||||
(gdb) thread target 134283270
|
(gdb) thread target 134283270
|
||||||
thread 134283270 [SPE1], _Thread_Dispatch () at \
|
thread 134283270 [SPE1], _Thread_Dispatch () at \
|
||||||
/rtems/c/src/exec/score/src/thread.c:315
|
/rtems/cpukit/score/src/thread.c:315
|
||||||
315 executing = _Thread_Executing;
|
315 executing = _Thread_Executing;
|
||||||
(gdb) c
|
(gdb) c
|
||||||
Continuing.
|
Continuing.
|
||||||
|
|||||||
Reference in New Issue
Block a user