Everything

debugger.SoftwareTraceLPD.Information


This function displays software trace (LPD output) information. [RH850][E2]

[Specification format]

debugger.SoftwareTraceLPD.Information()

[Argument(s)]

None

[Return value]

List of software trace (LPD output) information (see the SoftwareTraceLPDEventInfo class for detail)

[Detailed description]

-

This function displays software trace (LPD output) information displays in the following format.

[state] DBCP=[DBCP-information] DBTAG=[DBTAG-information] DBPUSH=[DBPUSH-information] PC=[PC-information] PE=[PE-number]

[Example of use]

>>>si = debugger.SoftwareTraceLPD.Information()
Enable DBCP=False DBTAG=True DBPUSH=False PC=False PE=1
>>>print si.DBCP
False
>>>print si.DBTAG
True
>>>print si.PC
False
>>>