Add environment variable to allow abort on error
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 May 2016 18:04:17 +0000 (14:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 May 2016 05:38:35 +0000 (01:38 -0400)
commit46b2e23bd6c7ae42838dc5d79cf1d3b0f8da613f
tree0df9ebb9e30ff6cba89db0e56bdad4c1dea76716
parent964f17f3183d74713de9075d3144c9a76f9e1076
Add environment variable to allow abort on error

The new environment variable LTTNG_ABORT_ON_ERROR allows each
lttng-tools program to call abort() on PERROR() and ERR() after the
error message has been printed to stderr.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/common-cmd-footer.txt
doc/man/lttng-relayd.8.txt
doc/man/lttng-sessiond.8.txt
src/common/error.c
src/common/error.h
This page took 0.02688 seconds and 4 git commands to generate.