Add bt_common_abort() and use it instead of abort() directly
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 2 Nov 2019 02:20:33 +0000 (22:20 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 3 Nov 2019 15:34:34 +0000 (10:34 -0500)
This patch adds bt_common_abort() which, for the moment, only calls
abort().

This patch also replaces all the calls to abort() with calls to
bt_common_abort().

The purpose is to control how all the parts of Babeltrace abort,
eventually adding other actions before calling abort() for example.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I2c8cd7ad760758041ef2dcaaa6b3ef84f89d80e6
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2317
Tested-by: jenkins <jenkins@lttng.org>

No differences found
This page took 0.02684 seconds and 4 git commands to generate.