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


Ignore:
Timestamp:
Feb 25, 2008, 6:06:39 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v2 v3  
    66== Overview ==
    77
    8 The !GdbServer is able to manage all processors in a soclib platform. Once added to the platform netlist, it listens for TCP connection from [http://sourceware.org/gdb/ Gnu GDB] clients. Once connected, clients can be used to freeze, run, step every processor in the platform, add breakpoints, catch exceptions and dump registers and memory content.
     8The !GdbServer is able to manage all processors in a soclib platform. Once added to the platform netlist, it listens for TCP connection from [http://www.gnu.org/software/gdb/ Gnu GDB] clients. Once connected, clients can be used to freeze, run, step every processor in the platform, add breakpoints, catch exceptions and dump registers and memory content.
    99
    1010== Implementation ==