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

Make the V8-related code lldb-agnostic #335

Closed
mmarchini opened this issue Feb 12, 2020 · 1 comment
Closed

Make the V8-related code lldb-agnostic #335

mmarchini opened this issue Feb 12, 2020 · 1 comment

Comments

@mmarchini
Copy link
Contributor

Most of the code we have on llnode doesn't have to be tied to lldb. We use lldb entirely for memory access (either on a core dump or living process). If we separate the code, providing an interface that can be implemented, we could provide multiple backends for llnode. For example, we could keep the lldb build and provide a smaller build in Webassembly using libelf and our own REPL to read the core dump (this would improve installation for users quite a bit).

@mmarchini
Copy link
Contributor Author

Not looking into this anymore, and since there wasn't much interest I'll close this. Doesn't mean we can't continue refactoring to accomplish this.

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