Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
AFLMAP Struct Reference

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...
 

Description

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)

  • UV_DBG_ADR_TOFILELINE (uVision writes nLine to the line number, nAdr to the code address requested, iFile and iFunc to the 'function' and 'filename' indexes within szFile, and szFile to the 'filename' and 'function')

Field Documentation

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]])