Rename share/dumper to share/debugger and {l,g}bridge to {lldb,gdb}bridge

Change-Id: I56a09dd89d2ac086ee264432510fd39b5efe69c5
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-09-25 18:22:01 +02:00
parent ac7a7f8350
commit c372f7b601
25 changed files with 20 additions and 20 deletions

View File

@@ -148,7 +148,7 @@ void LldbEngine::setupEngine()
SLOT(handleResponse(QByteArray)), Qt::QueuedConnection);
m_lldbProc.start(_("python"), QStringList() << _("-i")
<< (Core::ICore::resourcePath() + _("/dumper/lbridge.py")) << m_lldbCmd);
<< (Core::ICore::resourcePath() + _("/debugger/lldbbridge.py")) << m_lldbCmd);
if (!m_lldbProc.waitForStarted()) {
const QString msg = tr("Unable to start lldb '%1': %2")