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

GDB stub should use GDB's signal numbers #6

Closed
rrthomas opened this issue Nov 23, 2020 · 1 comment
Closed

GDB stub should use GDB's signal numbers #6

rrthomas opened this issue Nov 23, 2020 · 1 comment

Comments

@rrthomas
Copy link
Owner

Thanks to Eli Zaretskii for raising this question. As it says in the GDB manual: "In the below the exact meaning of signal number is defined by the header include/gdb/signals.h in the GDB source code." So in other words I should be using signal codes from that header file, not native signal codes.

@rrthomas
Copy link
Owner Author

GDB stub removed in favour of GDB simulator.

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