Add Debug output on errors
[lttv.git] / runlttv
diff --git a/runlttv b/runlttv
index ebb968f48a20f388211a5f9327de75fe7f59127e..ed41d08b36191faad109ed04f857cb691a9bab64 100755 (executable)
--- a/runlttv
+++ b/runlttv
@@ -17,8 +17,8 @@ TEXTLIBS="-L ${BUILDPATH}/lttv/modules/text/.libs -m textDump"
 EVALLIBS="-L ${BUILDPATH}/lttv/modules/text/.libs -m sync_chain_batch"
 GRAPHLIBS="-L ${BUILDPATH}/lttv/modules/gui/lttvwindow/lttvwindow/.libs -m lttvwindow "\
 "-L ${BUILDPATH}/lttv/modules/gui/detailedevents/.libs -m guievents "\
-"-L ${BUILDPATH}/lttv/modules/gui/histogram/.libs -m guihistogram"
-#"-L ${BUILDPATH}/lttv/modules/gui/controlflow/.libs -m guicontrolflow "\
+"-L ${BUILDPATH}/lttv/modules/gui/histogram/.libs -m guihistogram "\
+"-L ${BUILDPATH}/lttv/modules/gui/controlflow/.libs -m guicontrolflow"
 #"-L ${BUILDPATH}/lttv/modules/gui/tracecontrol/.libs -m guitracecontrol "\
 #"-L ${BUILDPATH}/lttv/modules/gui/statistics/.libs -m guistatistics "\
 #"-L ${BUILDPATH}/lttv/modules/gui/resourceview/.libs -m resourceview "\
@@ -33,7 +33,7 @@ usage () {
        echo "Options:" >/dev/stderr
        printf "\t-m MODE      Output mode (modes: text, eval, gui)\n" >/dev/stderr
        printf "\t-H HELPER    Invoke LTTV through a helper program\n" >/dev/stderr
-       printf "\t             (helpers: gdb, valgrind, massif, strace)\n" >/dev/stderr
+       printf "\t             (helpers: gdb, valgrind, massif, strace, callgrind)\n" >/dev/stderr
        printf "\t-b OPTIONS   LTTV options to specify before the module list\n" >/dev/stderr
        printf "\t-a OPTIONS   LTTV options to specify after the module list\n" >/dev/stderr
        echo "" >/dev/stderr
This page took 0.02309 seconds and 4 git commands to generate.