Changes between Version 41 and Version 42 of Developer/Projects/Open/TraceTool


Ignore:
Timestamp:
08/10/09 20:02:45 (15 years ago)
Author:
Cocanlucian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/TraceTool

    v41 v42  
    1414
    1515
    16   Usage: ./rtems_trace.py -m generate
    17                           -g path to where the wrapping code should be saved
    18          ./rtems_trace.py --mode=generate
    19                           --genpath=path to where the wrapping code should be saved
     16  Usage: ./rtems_trace.py '''-m''' ''generate''
     17                          '''-g''' ''path to where the wrapping code should be saved''
     18         ./rtems_trace.py '''--mode'''=''generate''
     19                          '''--genpath'''=''path to where the wrapping code should be saved''
    2020
    2121Using this mode the user will generate the wrapping code, which is a set of files corresponding to the functions that he specified in the configuration file. If the --mode option it's not specified then the default mode chosen by the tool will be ''generate''. So if the user wants to generate and save the wrapping code in a directory named ''wrappers'' from the current working directory (cwd) which is the default path, then he can simply do this: