Changes between Version 12 and Version 13 of Tools/Gdb Server


Ignore:
Timestamp:
Feb 4, 2009, 10:47:06 PM (15 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v12 v13  
    135135 * The GdbServer may be instructed to break on processor exception or to let the processor jump in its exception handler transparently. When used with an extra parameter, this setting can apply to a single processor instead of all. The following command disables exception catching for thread id 2 (processor 1):
    136136{{{(gdb) monitor except 0 2}}}
    137  * The gdb protocol debug mode may enabled to dump interaction between client and server:
     137 * The gdb protocol debug mode may be enabled to dump interaction between client and server:
    138138{{{(gdb) monitor debug 1}}}
    139139