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

Data Fields

xU64 nAdr
 Address of code to show. More...
 
UINT bAsm: 1
 1:=show disassembly More...
 
UINT bHll: 1
 2:=show high level language code More...
 
UINT bAsmRes: 1
 Unused. More...
 
UINT bHllRes: 1
 Unused. More...
 
UINT __pad0__:28
 Reserved. More...
 
UINT nRes [7]
 Reserved. More...
 

Description

Show code in uVision request data

Contains data indicating how uVision should display code for the requested address.

This structure is used in the following messages:

Client ==> uVision (Request)

  • UV_DBG_ADR_SHOWCODE (Set nAdr to the address to show code for, bAsm to 1 to display the assembly code, and bHll to show the high level language code (if possible))

Field Documentation

UINT iSHOWSYNC::__pad0__

Reserved.

UINT iSHOWSYNC::bAsm

1:=show disassembly

UINT iSHOWSYNC::bAsmRes

Unused.

UINT iSHOWSYNC::bHll

2:=show high level language code

UINT iSHOWSYNC::bHllRes

Unused.

xU64 iSHOWSYNC::nAdr

Address of code to show.

UINT iSHOWSYNC::nRes[7]

Reserved.