forked from qt-creator/qt-creator
CdbExt: Version bump to 3.3
Change-Id: I168fb29bab905a9bfad427ab9ed6ebdf0067e28a Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -279,7 +279,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 3.2 %d bit built %s.\n",
|
dprintf("Qt Creator CDB extension version 3.3 %d bit built %s.\n",
|
||||||
sizeof(void *) * 8, __DATE__);
|
sizeof(void *) * 8, __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);
|
||||||
|
Reference in New Issue
Block a user