forked from qt-creator/qt-creator
CDB: Fix module names in Qt 5.
Library naming convention was changed. Increase version. Change-Id: I01a7e49f6ffb0e4e78c25f9d9e117a2100dc7784 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -275,7 +275,8 @@ extern "C" HRESULT CALLBACK pid(CIDebugClient *client, PCSTR args)
|
||||
|
||||
int token;
|
||||
commandTokens<StringList>(args, &token);
|
||||
dprintf("Qt Creator CDB extension version 2.6 (Qt 5 support) %d bit built %s.\n", sizeof(void *) > 4 ? 64 : 32, __DATE__);
|
||||
dprintf("Qt Creator CDB extension version 2.6.1 (Qt 5 support) %d bit built %s.\n",
|
||||
sizeof(void *) * 8, __DATE__);
|
||||
if (const ULONG pid = currentProcessId(client)) {
|
||||
ExtensionContext::instance().report('R', token, 0, "pid", "%u", pid);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user