Changes between Version 1 and Version 2 of Tools/Gdb Server


Ignore:
Timestamp:
Feb 25, 2008, 6:00:44 PM (16 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v1 v2  
    1010== Implementation ==
    1111
    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 procesor model source code. The !GdbServer is able to freeze the nested processor model while the platform is still running.
     12The !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.
    1313
    1414== Usage ==