vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / .vscode / libtool_gdb_wrapper.sh
CommitLineData
a881d7c9
JG
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
9libtool --mode=execute gdb "$@"
This page took 0.023536 seconds and 4 git commands to generate.