From 52be500180bf42fb36389a029d736615ca1bf832 Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Mon, 14 Jun 2010 21:46:26 +0000 Subject: [PATCH] cgdb is the shit\! --- indra/newview/linux_tools/wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index a43a6d8f5..0108f0058 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -61,6 +61,7 @@ fi ## you're building your own viewer, bear in mind that the executable ## in the bin directory will be stripped: you should replace it with ## an unstripped binary before you run. +#export LL_WRAPPER='cgdb --args' #export LL_WRAPPER='gdb --args' #export LL_WRAPPER='valgrind --smc-check=all --error-limit=no --log-file=secondlife.vg --leak-check=full --suppressions=/usr/lib/valgrind/glibc-2.5.supp --suppressions=secondlife-i686.supp'