.allow_image_mapping (Allow Image Mapping)

The .allow_image_mapping command controls whether image files will be mapped.

    .allow_image_mapping [/r] 0 
    .allow_image_mapping [/r] 1 
    .allow_image_mapping 

Parameters

/r
Reloads all modules in the debugger's module list. This is equivalent to .reload /d.

0
Prevents image files from being mapped.

1
Allows image files to be mapped.

Environment

Modes

user mode and kernel mode

Targets

live, crash dump

Platforms

all

Remarks

With no parameters, .allow_image_mapping will display whether image file mapping is currently allowed. By default, this mapping is allowed.

Image mapping is most common when a minidump is being debugged. Image mapping can also occur if DbgHelp is unable to access debug records (for example, during kernel debugging when memory has been paged out).