Everything

SoftwareTraceLPDEventInfo


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

[Type]

class SoftwareTraceLPDEventInfo:
        Enable = False
        DBCP = False
        DBTAG = False
        DBPUSH = False
        PC = False
        PE = None

[Variable]

Variable

Description

Enable

This holds whether the software trace (LPD output) 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.

PE

When the microcontroller is multi-core, this holds the PE number.

When the microcontroller is single-core, this holds "None".

[Detailed description]

-

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