cs01 / cs01/pygdbmi

Missing send_signal_to_gdb() and interrupt_gdb() of GdbController

Open
#97 6 comments 4 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
260
Forks
53
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.