Changes between Version 1 and Version 2 of Tools/Gdb Server
- Timestamp:
- Feb 25, 2008, 6:00:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tools/Gdb Server
v1 v2 10 10 == Implementation == 11 11 12 The !GdbServer contains no processor specific code and can be used to manage any Soclib processor model using the generic Iss interface. It is implemented as an Iss wrapper class. When the !GdbServer is in use, it intercepts all events between the processor Iss model and the Soclib platform. This enables the !GdbServer to access platform ressources as viewed from the processor without modifing platform components or proces or model source code. The !GdbServer is able to freeze the nested processor model while the platform is still running.12 The !GdbServer contains no processor specific code and can be used to manage any Soclib processor model using the generic Iss interface. It is implemented as an Iss wrapper class. When the !GdbServer is in use, it intercepts all events between the processor Iss model and the Soclib platform. This enables the !GdbServer to access platform ressources as viewed from the processor without modifing platform components or processor model source code. The !GdbServer is able to freeze the nested processor model while the platform is still running. 13 13 14 14 == Usage ==