Skip to content

get_variable does not throw exception or error in case does not find the variable. #86

@MarkWendler

Description

@MarkWendler

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...)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions