We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation shows two methods on objects of class GdbController which are not supported:
response = gdbmi.send_signal_to_gdb('SIGKILL') # name of signal is okay response = gdbmi.interrupt_gdb() # sends SIGINT to gdb
There appear to be no equivalent methods available.
Refering to 0.11.0.0 release.
The text was updated successfully, but these errors were encountered:
I also encountered this error
Sorry, something went wrong.
+1
same here, any solution for this to have interrupt event
No branches or pull requests
The documentation shows two methods on objects of class GdbController which are not supported:
There appear to be no equivalent methods available.
Refering to 0.11.0.0 release.
The text was updated successfully, but these errors were encountered: