Import CStringView from the Babeltrace tree
[lttng-tools.git] / .vscode / libtool_gdb_wrapper.sh
1 #!/usr/bin/env sh
2 # Copyright (C) 2024 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 #
4 # SPDX-License-Identifier: LGPL-2.1-only
5 #
6 # Wrapper script to setup the environment before invoking gdb
7 # on the in-tree binaries (under `.libs`)
8
9 libtool --mode=execute gdb "$@"
This page took 0.042605 seconds and 4 git commands to generate.