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
ADRMTFL Struct Reference

Data Fields

UINT bFull: 1
 1:=want full path, 0:=want relative path More...
 
UINT __pad0__: 31
 Reserved. More...
 
xU64 nAdr
 Address to map. More...
 
UINT nRes [7]
 Reserved. More...
 

Description

Map address to file / line request data

Contains request information for mapping a code address to a file and line number.

This structure is used in the following messages:

Client ==> uVision (Request)

  • UV_DBG_ADR_TOFILELINE (Set bFull to 1 to retrieve the file as an absolute path, or 0 to retrieve as a relative path, and set nAdr to the address to map)

Field Documentation

UINT ADRMTFL::__pad0__

Reserved.

UINT ADRMTFL::bFull

1:=want full path, 0:=want relative path

xU64 ADRMTFL::nAdr

Address to map.

UINT ADRMTFL::nRes[7]

Reserved.