Changeset 21916 for trunk/src/vdmdbg
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
-
. (modified) (2 props)
-
src/vdmdbg/Makefile (deleted)
-
src/vdmdbg/Makefile.kmk (copied) (copied from branches/gcc-kmk/src/vdmdbg/Makefile.kmk )
-
src/vdmdbg/vdmdbg.cpp (modified) (27 diffs)
-
src/vdmdbg/vdmdbg.def (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/vdmdbg/vdmdbg.cpp
r6641 r21916 49 49 ) 50 50 { 51 dprintf(("VDMDBG: " __FUNCTION__ "(%x) - stub\n", lpDebugEvent));51 dprintf(("VDMDBG: %s(%x) - stub\n", __FUNCTION__, lpDebugEvent)); 52 52 return FALSE; 53 53 } … … 66 66 ) 67 67 { 68 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x) - stub\n", hProcess, hThread, wSelector, lpSelectorEntry));68 dprintf(("VDMDBG: %s(%x, %x, %x, %x) - stub\n", __FUNCTION__, hProcess, hThread, wSelector, lpSelectorEntry)); 69 69 return FALSE; 70 70 } … … 85 85 ) 86 86 { 87 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n", hProcess, hThread, wSelector, dwOffset, fProtMode));87 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__, hProcess, hThread, wSelector, dwOffset, fProtMode)); 88 88 return NULL; 89 89 } … … 101 101 ) 102 102 { 103 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", lpDebugEvent, lpVDMContext));103 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, lpDebugEvent, lpVDMContext)); 104 104 return FALSE; 105 105 } … … 117 117 ) 118 118 { 119 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", lpDebugEvent, lpVDMContext));119 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, lpDebugEvent, lpVDMContext)); 120 120 return FALSE; 121 121 } … … 133 133 ) 134 134 { 135 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x) - stub\n", hProcess, hThread, lpVDMContext));135 dprintf(("VDMDBG: %s(%x, %x, %x) - stub\n", __FUNCTION__, hProcess, hThread, lpVDMContext)); 136 136 return FALSE; 137 137 } … … 149 149 ) 150 150 { 151 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x) - stub\n", hProcess, hThread, lpVDMContext));151 dprintf(("VDMDBG: %s(%x, %x, %x) - stub\n", __FUNCTION__, hProcess, hThread, lpVDMContext)); 152 152 return FALSE; 153 153 } … … 170 170 ) 171 171 { 172 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x, %x, %x, %x) - stub\n",172 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 173 173 hProcess, hThread, wSelector, lpSegmentNumber, lpModuleName, nNameSize, lpModulePath, nPathSize)); 174 174 return FALSE; … … 190 190 ) 191 191 { 192 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",192 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 193 193 hProcess, hThread, wSegmentNumber, lpModuleName, lpSelector)); 194 194 return FALSE; … … 209 209 ) 210 210 { 211 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",211 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 212 212 hProcess, hThread, lpModuleEntry, lpEventProc, lpData)); 213 213 return FALSE; … … 229 229 ) 230 230 { 231 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",231 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 232 232 hProcess, hThread, lpModuleEntry, lpEventProc, lpData)); 233 233 return FALSE; … … 250 250 ) 251 251 { 252 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x, %x) - stub\n",252 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 253 253 hProcess, hThread, lpGlobalEntry, wFlags, lpEventProc, lpData)); 254 254 return FALSE; … … 270 270 ) 271 271 { 272 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x, %x) - stub\n",272 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 273 273 hProcess, hThread, lpGlobalEntry, wFlags, lpEventProc, lpData)); 274 274 return FALSE; … … 290 290 ) 291 291 { 292 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", fp, lparam));292 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, fp, lparam)); 293 293 return 0; 294 294 } … … 310 310 ) 311 311 { 312 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x) - stub\n", dwProcessId, fp, lparam));312 dprintf(("VDMDBG: %s(%x, %x, %x) - stub\n", __FUNCTION__, dwProcessId, fp, lparam)); 313 313 return 0; 314 314 } … … 332 332 ) 333 333 { 334 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x) - stub\n", dwProcessId, fp, lparam));334 dprintf(("VDMDBG: %s(%x, %x, %x) - stub\n", __FUNCTION__, dwProcessId, fp, lparam)); 335 335 return 0; 336 336 } … … 351 351 ) 352 352 { 353 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", dwProcessId, htask));353 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, dwProcessId, htask)); 354 354 return FALSE; 355 355 } … … 380 380 ) 381 381 { 382 dprintf(("VDMDBG: " __FUNCTION__ " (%x, %s, %x) - stub\n", dwProcessId, lpCommandLine, wShow));382 dprintf(("VDMDBG: %s (%x, %s, %x) - stub\n", __FUNCTION__, dwProcessId, lpCommandLine, wShow)); 383 383 return FALSE; 384 384 } … … 394 394 BOOL WIN32API VDMKillWOW(VOID) 395 395 { 396 dprintf(("VDMDBG: " __FUNCTION__ " - stub\n"));396 dprintf(("VDMDBG: %s - stub\n", __FUNCTION__)); 397 397 return FALSE; 398 398 } … … 408 408 BOOL WIN32API VDMDetectWOW(VOID) 409 409 { 410 dprintf(("VDMDBG: " __FUNCTION__ " - stub\n"));410 dprintf(("VDMDBG: %s - stub\n", __FUNCTION__)); 411 411 return FALSE; 412 412 } … … 425 425 ) 426 426 { 427 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", hProcess, hThread));427 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, hProcess, hThread)); 428 428 return FALSE; 429 429 } … … 440 440 ) 441 441 { 442 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", hProcess));442 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, hProcess)); 443 443 return 0; 444 444 } … … 455 455 ) 456 456 { 457 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", hProcess, dwFlags));457 dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, hProcess, dwFlags)); 458 458 return FALSE; 459 459 } … … 469 469 ) 470 470 { 471 dprintf(("VDMDBG: " __FUNCTION__ "(%s) - stub\n", szPath));471 dprintf(("VDMDBG: %s(%s) - stub\n", __FUNCTION__, szPath)); 472 472 return FALSE; 473 473 } … … 486 486 ) 487 487 { 488 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x) - stub\n", Selector, Offset, bProtectMode, pSegInfo));488 dprintf(("VDMDBG: %s(%x, %x, %x, %x) - stub\n", __FUNCTION__, Selector, Offset, bProtectMode, pSegInfo)); 489 489 return FALSE; 490 490 } … … 513 513 ) 514 514 { 515 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x, %x, %x) - stub\n",515 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 516 516 pszModule, SegNumber, Offset, bProtectMode, bNextSymbol, szSymbolName, pDisplacement)); 517 517 return FALSE; … … 532 532 ) 533 533 { 534 dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",534 dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__, 535 535 szModule, szSymbol, Selector, Offset, Type)); 536 536 return FALSE; -
trunk/src/vdmdbg/vdmdbg.def
r5984 r21916 9 9 ; Exports as defined by NT4 sp6 10 10 ; ----------------------------- 11 VDMBreakThread = _VDMBreakThread@8@112 VDMDetectWOW = _VDMDetectWOW@0@213 VDMEnumProcessWOW = _VDMEnumProcessWOW@8@314 VDMEnumTaskWOW = _VDMEnumTaskWOW@12@415 VDMEnumTaskWOWEx = _VDMEnumTaskWOWEx@12@516 VDMGetModuleSelector = _VDMGetModuleSelector@20@617 VDMGetPointer = _VDMGetPointer@20@718 VDMGetSelectorModule = _VDMGetSelectorModule@32@819 VDMGetThreadContext = _VDMGetThreadContext@8@920 VDMGetThreadSelectorEntry = _VDMGetThreadSelectorEntry@16@1021 VDMGlobalFirst = _VDMGlobalFirst@24@1122 VDMGlobalNext = _VDMGlobalNext@24@1223 VDMKillWOW = _VDMKillWOW@0@1324 VDMModuleFirst = _VDMModuleFirst@20@1425 VDMModuleNext = _VDMModuleNext@20@1526 VDMProcessException = _VDMProcessException@4@1627 VDMSetThreadContext = _VDMSetThreadContext@8@1728 VDMStartTaskInWOW = _VDMStartTaskInWOW@12@1829 VDMTerminateTaskWOW = _VDMTerminateTaskWOW@8@1911 VDMBreakThread = "_VDMBreakThread@8" @1 12 VDMDetectWOW = "_VDMDetectWOW@0" @2 13 VDMEnumProcessWOW = "_VDMEnumProcessWOW@8" @3 14 VDMEnumTaskWOW = "_VDMEnumTaskWOW@12" @4 15 VDMEnumTaskWOWEx = "_VDMEnumTaskWOWEx@12" @5 16 VDMGetModuleSelector = "_VDMGetModuleSelector@20" @6 17 VDMGetPointer = "_VDMGetPointer@20" @7 18 VDMGetSelectorModule = "_VDMGetSelectorModule@32" @8 19 VDMGetThreadContext = "_VDMGetThreadContext@8" @9 20 VDMGetThreadSelectorEntry = "_VDMGetThreadSelectorEntry@16" @10 21 VDMGlobalFirst = "_VDMGlobalFirst@24" @11 22 VDMGlobalNext = "_VDMGlobalNext@24" @12 23 VDMKillWOW = "_VDMKillWOW@0" @13 24 VDMModuleFirst = "_VDMModuleFirst@20" @14 25 VDMModuleNext = "_VDMModuleNext@20" @15 26 VDMProcessException = "_VDMProcessException@4" @16 27 VDMSetThreadContext = "_VDMSetThreadContext@8" @17 28 VDMStartTaskInWOW = "_VDMStartTaskInWOW@12" @18 29 VDMTerminateTaskWOW = "_VDMTerminateTaskWOW@8" @19 30 30 31 31 ; -----------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
