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