Everything

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

DBCP

This holds whether to acquire the results of DBCP.

True: The results of DBCP is acquired.

False: The results of DBCP is not acquired.

DBTAG

This holds whether to acquire the results of DBTAG.

True: The results of DBTAG is acquired.

False: The results of DBTAG is not acquired.

DBPUSH

This holds whether to acquire the results of DBPUSH.

True: The results of DBPUSH is acquired.

False: The results of DBPUSH is not acquired.

PC

This holds whether to acquire the program counter.

True: The program counter is acquired.

False: The program counter is not acquired.

[Detailed description]

-

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