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

Reload debuginfo in repl when necessary #110

Open
bjorn3 opened this issue Sep 7, 2020 · 1 comment
Open

Reload debuginfo in repl when necessary #110

bjorn3 opened this issue Sep 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@bjorn3
Copy link
Contributor

bjorn3 commented Sep 7, 2020

When the dynamic linker loads a new library, it's debuginfo needs to be loaded. Currently when running a command that uses debuginfo before the dynamic linker has loaded libc will prevent resolving libc symbols.

@bjorn3 bjorn3 added the bug Something isn't working label Sep 7, 2020
@bjorn3
Copy link
Contributor Author

bjorn3 commented Sep 7, 2020

Comparing the memory maps should work and reloading everything on a change should work. When comparing the memory maps all fields should be included, not just the ones exposed as headcrab::target::MemoryMap, but also the device major/minor number and the inode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant