forked from Imagelibrary/rtems
2001-09-14 Eric Norum <eric.norum@usask.ca>
* include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-09-14 Eric Norum <eric.norum@usask.ca>
|
||||||
|
|
||||||
|
* include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
|
||||||
|
|
||||||
2001-04-20 Eric Valette <valette@crf.canon.fr>
|
2001-04-20 Eric Valette <valette@crf.canon.fr>
|
||||||
|
|
||||||
* mcp750 directory renamed new_exception processing as it
|
* mcp750 directory renamed new_exception processing as it
|
||||||
|
|||||||
@@ -81,8 +81,6 @@ extern int PushSavedExceptCtx ( Objects_Id Id,
|
|||||||
CPU_Exception_frame *ctx );
|
CPU_Exception_frame *ctx );
|
||||||
extern int ExcepToSig (Exception_context *ctx);
|
extern int ExcepToSig (Exception_context *ctx);
|
||||||
|
|
||||||
extern int ExitForSingleStep;
|
|
||||||
|
|
||||||
extern rtems_id serializeSemId;
|
extern rtems_id serializeSemId;
|
||||||
extern rtems_id wakeupEventSemId;
|
extern rtems_id wakeupEventSemId;
|
||||||
extern volatile unsigned int NbSerializedCtx;
|
extern volatile unsigned int NbSerializedCtx;
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ extern Exception_context *FirstCtx;
|
|||||||
extern Exception_context *LastCtx;
|
extern Exception_context *LastCtx;
|
||||||
extern CPU_Exception_frame SavedContext;
|
extern CPU_Exception_frame SavedContext;
|
||||||
extern unsigned int NbExceptCtx;
|
extern unsigned int NbExceptCtx;
|
||||||
extern unsigned int NbSerializedCtx;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user