BPREASON Struct Reference

Breakpoint reason data. More...

#include <UVSOCK.h>


Data Fields

UINT nRes1
 Reserved.
UINT nRes2
 Reserved.
UINT StrLen
 Unused.
STOPREASON eReason
 Reason for stopping execution.
xU64 nPC
 Address of PC when stopped.
xU64 nAdr
 Address of break reason (i.e. memory access address, or breakpoint address).
int nBpNum
 Breakpoint number (-1:=undefined).
UINT nTickMark
 Time of breakpoint creation, used to identify individual breakpoints (0 if nBpNum is undefined).
UINT nRes [4]
 Reserved.


Detailed Description

Breakpoint reason data.

Contains information on the reason why the target / simulation has stopped executing, and the current state of the processor.

This structure is used in the following messages:

Client <== uVision (Async)

Definition at line 1095 of file UVSOCK.h.


Copyright (c) KEIL - An ARM Company.
All rights reserved.
Visit our web site at www.keil.com.

Generated with doxygen.