forked from qt-creator/qt-creator
CdbExt: Version bump
Change-Id: Ia51bcb0a313ba43353b3ffe31b38ff42fabd1e8a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -282,7 +282,7 @@ extern "C" HRESULT CALLBACK pid(CIDebugClient *client, PCSTR args)
|
||||
|
||||
int token;
|
||||
commandTokens<StringList>(args, &token);
|
||||
dprintf("Qt Creator CDB extension version 4.0 %d bit.\n",
|
||||
dprintf("Qt Creator CDB extension version 4.2 %d bit.\n",
|
||||
sizeof(void *) * 8);
|
||||
if (const ULONG pid = currentProcessId(client))
|
||||
ExtensionContext::instance().report('R', token, 0, "pid", "%u", pid);
|
||||
|
Reference in New Issue
Block a user