bt2: add interrupter support
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 22:47:17 +0000 (18:47 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Jul 2019 14:17:16 +0000 (10:17 -0400)
commit1e92035335352f8a67cbc3de28a0ad44b7ee02a1
tree55440a64059f3386f26022dee6d3c0c751395773
parentb70d57a123c4e4a208b988539a7eb8fceb2b63a7
bt2: add interrupter support

This patch wraps the library's interrupter API within the `bt2` Python
package.

Tests are added to verify the new API.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I4d81759d1eaeac0b8036b8cbe9a4fd46ec57cbf1
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1734
src/bindings/python/bt2/Makefile.am
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/interrupter.py [new file with mode: 0644]
src/bindings/python/bt2/bt2/native_bt.i
src/bindings/python/bt2/bt2/native_bt_interrupter.i [new file with mode: 0644]
tests/Makefile.am
tests/bindings/python/bt2/test_interrupter.py [new file with mode: 0644]
This page took 0.024325 seconds and 4 git commands to generate.