Changes between Version 19 and Version 20 of Tools/Gdb Server


Ignore:
Timestamp:
Nov 27, 2009, 12:34:17 PM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v19 v20  
    125125 * When using the `continue` command, all processors resume at the same time.
    126126 * Single step execution is '''only''' performed on the processor which was interrupted. User selection of a different processor for data examination with the `thread` command does '''not''' change this. (see advanced commands section below)
    127  * Processors are stopped when an exception occurs. (This can be changed, see advanced commands)
     127
     128Exceptions catching rules:
     129
     130 * Processors are stopped when an exception occurs.
     131 * The `X` flag can be added to the `SOCLIB_GDB` environment variable to globally disable exception catching.
     132 * Some monitor commands can be used to tweak exception catching for each processors separately (see below).
     133 * The `S` flag can be added to the `SOCLIB_GDB` environment variable to pause the simulation waiting for connection when an exception is catched.
    128134
    129135=== Advanced commands ===