Debugger: Fix typo

Change-Id: Iba23331b4a6a17c690a6c630e1fbb29d530cfb30
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Christian Stenger
2014-03-11 12:08:51 +01:00
committed by hjk
parent 3070a0628c
commit 660014f098
+1 -1
View File
@@ -1819,7 +1819,7 @@ registerCommand("threadnames", threadnames)
def qmlb(args):
# executeCommand(command, to_string=True).split("\n")
warm("RUNNING: break -f QScript::FunctionWrapper::proxyCall")
warn("RUNNING: break -f QScript::FunctionWrapper::proxyCall")
output = gdb.execute("rbreak -f QScript::FunctionWrapper::proxyCall", to_string=True).split("\n")
warn("OUTPUT: %s " % output)
bp = output[0]