Debugger: Add command for simpler dumper reloading

... to facilitate shorter round trips in dumper development.

Change-Id: Ie457293fd137528d74008fc11137b47d92f3859d
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-10-14 21:13:22 +02:00
parent d341c48246
commit a4a7a4b25f
4 changed files with 41 additions and 11 deletions

View File

@@ -4315,7 +4315,7 @@ void GdbEngine::loadInitScript()
void GdbEngine::reloadDebuggingHelpers()
{
postCommand("bbsetup");
postCommand("reload");
}
void GdbEngine::handleGdbError(QProcess::ProcessError error)