mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
amixer/alsamixer - updated go scripts for debugging
This commit is contained in:
parent
50d240e688
commit
8d0fb15b2b
2 changed files with 11 additions and 5 deletions
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#DBG="gdb --args"
|
#GDB="gdb --args"
|
||||||
|
GDB=""
|
||||||
|
|
||||||
ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/src/mixer/simple/.libs" \
|
ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
|
||||||
ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
|
ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
|
||||||
|
ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
|
||||||
LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
||||||
exec $DBG ./alsamixer "$@"
|
$GDB ./alsamixer "$@"
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/src/mixer/simple/.libs" \
|
#GDB="gdb --args"
|
||||||
|
GDB=""
|
||||||
|
|
||||||
|
ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
|
||||||
ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
|
ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
|
||||||
|
ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
|
||||||
LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
||||||
exec ./amixer "$@"
|
$GDB ./amixer "$@"
|
||||||
|
|
Loading…
Reference in a new issue