AFLMAP Struct Reference

Map address to file / line return data. More...

#include <UVSOCK.h>


Data Fields

UINT nLine
 Code line number.
xU64 nAdr
 Code address.
UINT iFile
 Index of 'filename' (0 if none).
UINT iFunc
 Index of 'function' (0 if none).
int nRes [5]
 Reserved.
char szFile [1]
 Filename and function (0 [,'filename',0 [,'function',0]]).


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

Definition at line 1055 of file UVSOCK.h.


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

Generated with doxygen.