This function displays software trace (LPD output) information. [RH850][E2]
List of software trace (LPD output) information (see the SoftwareTraceLPDEventInfo class for detail)
[state] DBCP=[DBCP-information] DBTAG=[DBTAG-information] DBPUSH=[DBPUSH-information] PC=[PC-information] PE=[PE-number] |
>>>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 >>> |