Fix: ctf-writer: null dereference in bt_ctf_trace_common_add_stream_class
[babeltrace.git] / doc / man / common-common-env.txt
index 099635b7e2351cd4fcb892c3eb9719c8a5168ba6..f8619af94dbd354d8d221f818f7b8c894d2d9800 100644 (file)
@@ -1,3 +1,13 @@
+`BABELTRACE_EXEC_ON_ABORT`='CMDLINE'::
+    Execute the command line 'CMDLINE', as parsed like a UNIX~98 shell,
+    when any part of the Babeltrace~2 project unexpectedly aborts.
++
+The application only aborts when the executed command returns, ignoring
+its exit status.
++
+This environment variable is ignored when the application has the
+`setuid` or the `setgid` access right flag set.
+
 `BABELTRACE_TERM_COLOR`=(`AUTO` | `NEVER` | `ALWAYS`)::
     Force the terminal color support for the man:babeltrace2(1) program
     and the project's plugins.
@@ -15,3 +25,9 @@ The available values are:
 `ALWAYS`::
     Always emit terminal color codes.
 --
+
+`BABELTRACE_TERM_COLOR_BRIGHT_MEANS_BOLD`=`0`::
+    Set to `0` to emit
+    https://en.wikipedia.org/wiki/ANSI_escape_code[SGR]
+    codes 90 to 97 for bright colors instead of
+    bold (SGR code~1) and standard color codes (SGR codes 30 to 37).
This page took 0.024261 seconds and 4 git commands to generate.