SoftwareTraceEventInfo


This class holds software trace event information (return value of the debugger.SoftwareTrace.Information function). [RH850]

[Type]

class SoftwareTraceEventInfo:
        Enable = False
        DBCP = False
        DBTAG = False
        DBPUSH = False
        PC = False

[Variable]

Variable

Description

Enable

This holds whether the software trace is enabled or not.

True: Enabled

False: Disabled (default)

DBCP

Specify whether to acquire the results of DBCP.

True: Acquire the results of DBCP.

False: Do not acquire the results of DBCP (default).

DBTAG

Specify whether to acquire the results of DBTAG.

True: Acquire the results of DBTAG.

False: Do not acquire the results of DBTAG (default).

DBPUSH

Specify whether to acquire the results of DBPUSH.

True: Acquire the results of DBPUSH.

False: Do not acquire the results of DBPUSH (default).

PC

Specify whether to acquire the program counter.

True: Acquire the program counter.

False: Do not acquire the program counter (default).

[Detailed description]

-

SoftwareTraceEventInfo is a class, and it is passed as the return value when the debugger.SoftwareTrace.Information function is executed.