1c72fcc34Sopenharmony_ci#!/bin/bash 2c72fcc34Sopenharmony_ci 3c72fcc34Sopenharmony_ci#GDB="gdb --args" 4c72fcc34Sopenharmony_ci#GDB="strace" 5c72fcc34Sopenharmony_ci#GDB="valgrind --leak-check=yes --show-reachable=yes" 6c72fcc34Sopenharmony_ci#GDB="perf stat" 7c72fcc34Sopenharmony_ciPROG=./alsaucm 8c72fcc34Sopenharmony_ci#PROG=/home/perex/git/pipewire/builddir/spa/plugins/alsa/spa-acp-tool 9c72fcc34Sopenharmony_ci#PROG="$HOME/git/pulseaudio/build/src/daemon/pulseaudio -n -F $HOME/git/pulseaudio/build/src/daemon/default.pa -p $HOME/git/pulseaudio/build/src/modules/" 10c72fcc34Sopenharmony_ci#PROG=pulseaudio 11c72fcc34Sopenharmony_ci 12c72fcc34Sopenharmony_ci#ALSA_CONFIG_UCM="$HOME/alsa/alsa-ucm-conf/ucm" \ 13c72fcc34Sopenharmony_ciALSA_CONFIG_UCM2="$HOME/alsa/alsa-ucm-conf/ucm2" \ 14c72fcc34Sopenharmony_ciLD_PRELOAD="$HOME/alsa/alsa-lib/src/.libs/libasound.so" \ 15c72fcc34Sopenharmony_ci$GDB $PROG "$@" 16