BKRSP Struct Reference

Breakpoint parameter data (existing). More...

#include <UVSOCK.h>


Data Fields

BKTYPE type
 Type of breakpoint.
UINT count
 Number of occurrances before actually hit.
UINT enabled
 1:=Breakpoint is enabled, 0:=Breakpoint is disabled
UINT nTickMark
 Time of breakpoint creation, used to identify individual breakpoints.
xU64 nAddress
 Breakpoint address.
UINT nExpLen
 Length of breakpoint expression, including zero terminator.
char szBuffer [512]
 Breakpoint expression ('breakpoint expression',0).


Detailed Description

Breakpoint parameter data (existing).

Data representing an existing breakpoint.

This structure is used in the following messages:

Client <== uVision (Async)

Definition at line 762 of file UVSOCK.h.


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

Generated with doxygen.