Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bildb does not allocate locations noted in a bildb-init file #316

Open
jtpaasch opened this issue Apr 21, 2021 · 0 comments
Open

Bildb does not allocate locations noted in a bildb-init file #316

jtpaasch opened this issue Apr 21, 2021 · 0 comments
Assignees

Comments

@jtpaasch
Copy link
Collaborator

When you invoke bildb with --bildb-init=foo.yml, if foo.yml specifies some locations that aren't initialized by Primus, bildb silently ignores those locations. What it should do is first allocate those locations, then set them to the value specified by foo.yml.

During an interactive debugging session, if you type set 0xADDR=0xVALUE, if 0xADDR isn't allocated, then bildb will allocate it, and then set it to 0xVALUE. We can just copy this same idea over to the initialization from an init file.

@jtpaasch jtpaasch self-assigned this Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant