summaryrefslogtreecommitdiff
path: root/tools
diff options
authorMichal Hruby <michal.mhr@gmail.com>2012-04-19 13:26:26 +0200
committerMichal Hruby <michal.mhr@gmail.com>2012-04-19 13:26:26 +0200
commit1363ea3013ca2bb5d5335e2bb1e56f533b90cd46 (patch)
treee1182e786da9a1ee6f3e50991b6d1188d142ff9d /tools
parent097f2b8e8d95b9f9259ae5027de2c349cac6e4ab (diff)
Finetune priorities when updating dash results, prevents flickering
Fixes LP: #961979 (bzr r2314.1.1)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unity.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unity.cmake b/tools/unity.cmake
index 579aee4b9..3b7767d16 100755
--- a/tools/unity.cmake
+++ b/tools/unity.cmake
@@ -122,7 +122,7 @@ def process_and_start_unity (verbose, debug_mode, compiz_args, log_file):
print("ERROR: you don't have gdb in your system. Please install it to run in advanced debug mode.")
sys.exit(1)
elif debug_mode == 1:
- cli.extend(['gdb', '-ex', 'run', '-ex', 'bt', '--batch', '--args'])
+ cli.extend(['gdb', '-ex', 'run', '-ex', '"bt full"', '--batch', '--args'])
elif 'DESKTOP_SESSION' in os.environ:
print("ERROR: it seems you are under a graphical environment. That's incompatible with executing advanced-debug option. You should be in a tty.")
sys.exit(1)