![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| BKTYPE | type |
| Type of breakpoint. More... | |
| UINT | count |
| Number of occurrances before actually hit. More... | |
| UINT | accSize |
| Access size for non-execution type breakpoints. More... | |
| UINT | nExpLen |
| Length of breakpoint expression, including zero terminator. More... | |
| UINT | nCmdLen |
| Length of breakpoint command, including zero terminator, or 0 if no breakpoint command is required. More... | |
| char | szBuffer [1024] |
| Breakpoint strings ('breakpoint expression',0 [,'breakpoint command',0]) More... | |
Breakpoint parameter data (new)
Data required to create a new breakpoint.
This structure is used in the following messages:
Client ==> uVision (Request)
| UINT BKPARM::accSize |
Access size for non-execution type breakpoints.
| UINT BKPARM::count |
Number of occurrances before actually hit.
| UINT BKPARM::nCmdLen |
Length of breakpoint command, including zero terminator, or 0 if no breakpoint command is required.
| UINT BKPARM::nExpLen |
Length of breakpoint expression, including zero terminator.
| char BKPARM::szBuffer[1024] |
Breakpoint strings ('breakpoint expression',0 [,'breakpoint command',0])
| BKTYPE BKPARM::type |
Type of breakpoint.