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

Move the debug/signals.c (name to number / number to name) into util #3345

Open
radare opened this issue Sep 22, 2015 · 1 comment
Open

Move the debug/signals.c (name to number / number to name) into util #3345

radare opened this issue Sep 22, 2015 · 1 comment

Comments

@radare
Copy link
Collaborator

radare commented Sep 22, 2015

Also, current approach uses Sdb with hardcoded values for the signal name - signal number which is wrong because that thing depends on the target platform.

So maybe we should do this in a similar way syscalls are handled in r2. making them available in a cross-platform way.

for example 17 is sigchld on linux but sigstop on darwin

@stale
Copy link

stale bot commented Jun 16, 2020

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of radare2. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 16, 2020
@XVilka XVilka removed the wontfix label Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Debugger
  
Awaiting triage
Development

No branches or pull requests

4 participants