Target Deployment Technology
If your target can be used in Standard or User Mode, then it is fully supported by Test RealTime.
However, if your target can only be used in Breakpoint Mode, then you must ask yourself the following questions to determine if your target platform has enough data retrieval capability to be supported by Test RealTime:
Does this debugger provide access to symbols?
Is there a command language?
Is there a way to run commands from a file?
Can a command file be executed automatically when the debugger starts, either from a particular filename or from an option of the command line syntax.
Is there a command to stop the debugger? (The execution process must be blocked until execution is terminated and the trace file is generated.)
Is there a way to set software breakpoints?
Is there a way to log what happens into a file?
Is there a way to dump the contents of a variable in any format, or to dump a memory buffer and log the value?
Can the debugger automatically run other debugger commands when a breakpoint is reached, such as a variable dump and resume; or, alternatively, does the debugger command language include loop instructions?
If the answer to any of these questions is "No", then no data retrieval capability exists. Therefore, test and runtime analysis feature execution on the target machine will not be possible with Test RealTime.