![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| UINT | nLine |
| Code line number. More... | |
| xU64 | nAdr |
| Code address. More... | |
| UINT | iFile |
| Index of 'filename' (0 if none) More... | |
| UINT | iFunc |
| Index of 'function' (0 if none) More... | |
| int | nRes [5] |
| Reserved. More... | |
| char | szFile [1] |
| Filename and function (0 [,'filename',0 [,'function',0]]) More... | |
Map address to file / line return data
Contains information for a code address to a file and line number mapping.
This structure is used in the following messages:
Client <== uVision (Response)
| UINT AFLMAP::iFile |
Index of 'filename' (0 if none)
| UINT AFLMAP::iFunc |
Index of 'function' (0 if none)
| xU64 AFLMAP::nAdr |
Code address.
| UINT AFLMAP::nLine |
Code line number.
| int AFLMAP::nRes[5] |
Reserved.
| char AFLMAP::szFile[1] |
Filename and function (0 [,'filename',0 [,'function',0]])