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

Missing send_signal_to_gdb() and interrupt_gdb() of GdbController #97

Open
arc12 opened this issue Jun 18, 2023 · 2 comments
Open

Missing send_signal_to_gdb() and interrupt_gdb() of GdbController #97

arc12 opened this issue Jun 18, 2023 · 2 comments

Comments

@arc12
Copy link

arc12 commented Jun 18, 2023

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.

@horw
Copy link

horw commented May 9, 2024

I also encountered this error

@Lapshin
Copy link

Lapshin commented Jun 13, 2024

+1

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

3 participants