Click to Rate and Give Feedback
MSDN
MSDN Library
Diagnostics
Debuggers
Debugger Reference
Debugger Commands
Meta-Commands
 .effmach (Effective Machine)

  Switch on low bandwidth view
Debugging Tools for Windows
.effmach (Effective Machine)

The .effmach command displays or changes the processor mode that the debugger uses.

Syntax

.effmach [MachineType

Parameters

MachineType
Specifies the processor type that the debugger uses for this session. If you omit this parameter, the debugger displays the current machine type.

You can enter one of the following machine types.

Machine typeDescription
.Use the processor mode of the target computer's native processor mode.
#Use the processor mode of the code that is executing for the most recent event.
x86Use an x86-based processor mode.
amd64Use an x64-based processor mode.
ia64Use an Itanium-based processor mode.
ebcUse an EFI byte code processor mode.

Environment

ModesUser mode, kernel mode
TargetsLive, crash dump
PlatformsAll

Comments

The processor mode influences many debugger features:

  • Which processor is used for stack tracing.
  • Whether the process uses 32-bit or 64-bit pointers.
  • Which processor's register set is active.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker