Changes between Version 29 and Version 30 of Tools/Gdb Server


Ignore:
Timestamp:
Apr 2, 2014, 4:12:50 PM (10 years ago)
Author:
porquet
Comment:

gdbserver: more details about the use of monitor cachedebug

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Gdb Server

    v29 v30  
    209209  * 0x1 (dcache FSM debug)
    210210  * 0x2 (icache FSM debug)
    211   * 0x4 (cleanup FSM debug)
     211  * 0x4 (cleanup FSM debug, for cc_vcache v4, or cmd FSM debug, for cc_vcache v5)
    212212
    213213 * Cycle breakpoints can be used to instruct the `GdbServer` to stop the simulation at a given cycle number. This enables taking advantage of the fact that SoCLib simulations always yield the same result when executed multiple times. This allows starting a simulation again with a cycle break point to examine the simulator state just before a chosen point is reached or particular event happens. Cycle counts are reported when using the call trace feature for instance. The `SOCLIB_GDB_CYCLEBP` environment variable must be set to the breaking cycle number to define a cycle break point.