forked from qt-creator/qt-creator
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:
@@ -4987,10 +4987,10 @@ void GdbEngine::tryLoadPythonDumpers()
|
||||
m_pythonAttemptedToLoad = true;
|
||||
|
||||
const QByteArray dumperSourcePath =
|
||||
Core::ICore::resourcePath().toLocal8Bit() + "/dumper/";
|
||||
Core::ICore::resourcePath().toLocal8Bit() + "/debugger/";
|
||||
|
||||
postCommand("python sys.path.insert(1, '" + dumperSourcePath + "')", ConsoleCommand);
|
||||
postCommand("python from gbridge import *", ConsoleCommand, CB(handlePythonSetup));
|
||||
postCommand("python from gdbbridge import *", ConsoleCommand, CB(handlePythonSetup));
|
||||
}
|
||||
|
||||
void GdbEngine::reloadDebuggingHelpers()
|
||||
|
||||
Reference in New Issue
Block a user