pygdbmi icon indicating copy to clipboard operation
pygdbmi copied to clipboard

Missing send_signal_to_gdb() and interrupt_gdb() of GdbController

Open arc12 opened this issue 1 year ago • 2 comments

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.

arc12 avatar Jun 18 '23 21:06 arc12

I also encountered this error

horw avatar May 09 '24 06:05 horw