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

Compatability matrix #122

Open
xusheng6 opened this issue Apr 11, 2022 · 1 comment
Open

Compatability matrix #122

xusheng6 opened this issue Apr 11, 2022 · 1 comment

Comments

@xusheng6
Copy link
Member

xusheng6 commented Apr 11, 2022

This is the current comparability matrix of the debugger. The horizontal line stands for where we run BN, and lines mean targets.

Target 🔽 Host ▶️ macOS Linux Windows Note
macOS Yes (Local/Remote) Yes (Remote) Yes (Remote)
Linux Yes (Remote) Yes (Local/Remote) Yes (Remote)
Windows Planned Planned Yes (Local/Remote)
GDB Server Yes Yes Yes (1)
LLDB Server Yes Yes Yes
Windows Kernel TBD TBD Planned
DebugAdapter Protocol Planned Planned Planned

Explanation:

  • Yes means the feature is supported.
  • Planned means that we plan to implement it.
  • TBD means that we have not decided whether to support it, or how to support it.
  • No means it is not possible to do, at least for now.

Notes:

(1). Right now, we only support gdbserver with android remote debugging. Support for other gdbserver or gdb stub, e.g., qiling, VMWare, QEMU, will be added later.

@xusheng6
Copy link
Member Author

xusheng6 commented May 3, 2022

This should be added to the README.

Update: added in 6932dc7

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