DBG C LinToSel: Difference between revisions
Appearance
Created page with "Debug Command 30 - Translate Linear Address to Selector:Offset Command ;Parameters *Pid= Process ID of debuggee *Cmd= DBG_C_LinToSel *Addr= Linear address to be translate..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Debug Command 30 - Translate Linear Address to Selector:Offset Command | Debug Command 30 - Translate Linear Address to Selector:Offset Command | ||
;Parameters | ;Parameters | ||
*Pid= Process ID of debuggee | *Pid= Process ID of debuggee | ||
*Cmd= DBG_C_LinToSel | *Cmd= DBG_C_LinToSel | ||
*Addr= Linear address to be translated | *Addr= Linear address to be translated | ||
;Returns | ;Returns | ||
*Value= Selector | *Value= Selector | ||
*Index= Offset | *Index= Offset | ||
The Addr field will be left unchanged. | |||
[[Category:Debug Command]] | |||
[[Category: | |||
{{DISPLAYTITLE:DBG_C_LinToSel}} | {{DISPLAYTITLE:DBG_C_LinToSel}} |
Latest revision as of 13:00, 10 March 2020
Debug Command 30 - Translate Linear Address to Selector:Offset Command
- Parameters
- Pid= Process ID of debuggee
- Cmd= DBG_C_LinToSel
- Addr= Linear address to be translated
- Returns
- Value= Selector
- Index= Offset
The Addr field will be left unchanged.