mcpState = x2c_scope.get_variable("mcpState")
mcpState.get_value()
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'NoneType' object has no attribute 'get_value'
Looks like mcpState variable is not found (Actually I did not load elf file...)