From e2f12fa02b1f86cb74eae8b3c6ccdd63b7b85741 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 23 Jan 2015 18:43:24 +0100 Subject: [PATCH] Debugger: Fix gdb auto tests cca10304 made dumper detection lazier, the bbsetup needs now to be trigger separately. Change-Id: I7f78c5e4b3a6981dbd1c292654a48eac0b5b58e7 Reviewed-by: hjk --- tests/auto/debugger/tst_dumpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index c3270392956..3a473677abc 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -1229,6 +1229,7 @@ void tst_Dumpers::dumper() cmds += "python sys.path.insert(1, '" + dumperDir + "')\n" "python sys.path.append('" + uninstalledData + "')\n" "python from gdbbridge import *\n" + "bbsetup\n" "run " + nograb + "\n" "bb options:fancy,forcens,autoderef,dyntype,pe vars: expanded:" + expanded + " typeformats:\n";