MONO_DEBUG_VAR_ADDRESS_MODE_FLAGS

These bits of the MonoDebugLocalInfo's "index" field are flags specifying where the variable is actually stored.

See relocate_variable() in debug-symfile.c for more info.

enum MONO_DEBUG_VAR_ADDRESS_MODE_FLAGS = 0xf0000000;

Meta