repo.or.cz
/
ardour2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the process...
[ardour2.git]
/
gtk2_ardour
/
ardbg
blob
847d335c296be79ad9e20daf56a96e6ce335c263
1
#!/bin/sh
2
dir
=
`dirname "
$0
"`
3
.
$dir
/
ardev_common.sh
4
LD_LIBRARY_PATH
=/
usr
/
local
/
lib
:
$LD_LIBRARY_PATH
5
export
ARDOUR_INSIDE_GDB
=
1
6
export
DYLD_PRINT_BINDINGS
=
1
7
exec
gdb
$EXECUTABLE
"$@"