Jump to content

DBG C SelToLin: Difference between revisions

From EDM2
Created page with "Debug Command 31 - Translate Selector:Offset to Linear Address Command ;Parameters *Pid= Process ID of debuggee *Cmd= DBG_C_SelToLin *Value= Selector from address to be t..."
 
Ak120 (talk | contribs)
m Nachlässigkeit und geistige Trägheit ausmerzen
 
Line 1: Line 1:
Debug Command 31 - Translate Selector:Offset to Linear Address Command  
{{DISPLAYTITLE:DBG_C_SelToLin}}
Debug Command 31 - Translate Selector:Offset to Linear Address Command


;Parameters  
;Parameters
*Pid= Process ID of debuggee  
*Pid= Process ID of debuggee
*Cmd= DBG_C_SelToLin  
*Cmd= DBG_C_SelToLin
*Value= Selector from address to be translated  
*Value= Selector from address to be translated
*Index= Offset from address to be translated  
*Index= Offset from address to be translated


;Returns  
;Returns
* Addr= Linear address  
* Addr= Linear address
The Value and Index fields will be left unchanged.


The Value and Index fields will be left unchanged.
[[Category:Debug Command]]
 
[[Category:DBG_C]]
{{DISPLAYTITLE:DBG_C_}}

Latest revision as of 13:18, 10 March 2020

Debug Command 31 - Translate Selector:Offset to Linear Address Command

Parameters
  • Pid= Process ID of debuggee
  • Cmd= DBG_C_SelToLin
  • Value= Selector from address to be translated
  • Index= Offset from address to be translated
Returns
  • Addr= Linear address

The Value and Index fields will be left unchanged.