vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / extras / core-handler / crash.c
CommitLineData
57f0bd0c 1/*
ab5be9fa 2 * Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com>
57f0bd0c 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
57f0bd0c 5 *
57f0bd0c
CB
6 */
7
57f0bd0c
CB
8#include <signal.h>
9
f46376a1 10int main(void)
57f0bd0c
CB
11{
12 raise(SIGSEGV);
13 return 0;
14}
This page took 0.049929 seconds and 5 git commands to generate.