#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). | |
Data representing an existing breakpoint.
This structure is used in the following messages:
Client <== uVision (Async)
Copyright (c) KEIL - An ARM Company.
All rights reserved.
Visit our web site at www.keil.com.
Generated with doxygen.