Changeset 21916 for trunk/src/vdmdbg


Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
1 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/vdmdbg/vdmdbg.cpp

    r6641 r21916  
    4949    )
    5050{
    51     dprintf(("VDMDBG: " __FUNCTION__ "(%x) - stub\n", lpDebugEvent));
     51    dprintf(("VDMDBG: %s(%x) - stub\n", __FUNCTION__, lpDebugEvent));
    5252    return FALSE;
    5353}
     
    6666    )
    6767{
    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));
    6969    return FALSE;
    7070}
     
    8585    )
    8686{
    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));
    8888    return NULL;
    8989}
     
    101101)
    102102{
    103     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", lpDebugEvent, lpVDMContext));
     103    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, lpDebugEvent, lpVDMContext));
    104104    return FALSE;
    105105}
     
    117117)
    118118{
    119     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", lpDebugEvent, lpVDMContext));
     119    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, lpDebugEvent, lpVDMContext));
    120120    return FALSE;
    121121}
     
    133133    )
    134134{
    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));
    136136    return FALSE;
    137137}
     
    149149    )
    150150{
    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));
    152152    return FALSE;
    153153}
     
    170170)
    171171{
    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__,
    173173             hProcess, hThread, wSelector, lpSegmentNumber, lpModuleName, nNameSize, lpModulePath, nPathSize));
    174174    return FALSE;
     
    190190)
    191191{
    192     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",
     192    dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__,
    193193             hProcess, hThread, wSegmentNumber, lpModuleName, lpSelector));
    194194    return FALSE;
     
    209209)
    210210{
    211     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",
     211    dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__,
    212212             hProcess, hThread, lpModuleEntry, lpEventProc, lpData));
    213213    return FALSE;
     
    229229)
    230230{
    231     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",
     231    dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__,
    232232             hProcess, hThread, lpModuleEntry, lpEventProc, lpData));
    233233    return FALSE;
     
    250250)
    251251{
    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__,
    253253             hProcess, hThread, lpGlobalEntry, wFlags, lpEventProc, lpData));
    254254    return FALSE;
     
    270270)
    271271{
    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__,
    273273             hProcess, hThread, lpGlobalEntry, wFlags, lpEventProc, lpData));
    274274    return FALSE;
     
    290290)
    291291{
    292     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", fp, lparam));
     292    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, fp, lparam));
    293293    return 0;
    294294}
     
    310310)
    311311{
    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));
    313313    return 0;
    314314}
     
    332332)
    333333{
    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));
    335335    return 0;
    336336}
     
    351351)
    352352{
    353     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", dwProcessId, htask));
     353    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, dwProcessId, htask));
    354354    return FALSE;
    355355}
     
    380380)
    381381{
    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));
    383383    return FALSE;
    384384}
     
    394394BOOL WIN32API VDMKillWOW(VOID)
    395395{
    396     dprintf(("VDMDBG: " __FUNCTION__ " - stub\n"));
     396    dprintf(("VDMDBG: %s - stub\n", __FUNCTION__));
    397397    return FALSE;
    398398}
     
    408408BOOL WIN32API VDMDetectWOW(VOID)
    409409{
    410     dprintf(("VDMDBG: " __FUNCTION__ " - stub\n"));
     410    dprintf(("VDMDBG: %s - stub\n", __FUNCTION__));
    411411    return FALSE;
    412412}
     
    425425)
    426426{
    427     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", hProcess, hThread));
     427    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, hProcess, hThread));
    428428    return FALSE;
    429429}
     
    440440    )
    441441{
    442     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", hProcess));
     442    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, hProcess));
    443443    return 0;
    444444}
     
    455455    )
    456456{
    457     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x) - stub\n", hProcess, dwFlags));
     457    dprintf(("VDMDBG: %s(%x, %x) - stub\n", __FUNCTION__, hProcess, dwFlags));
    458458    return FALSE;
    459459}
     
    469469    )
    470470{
    471     dprintf(("VDMDBG: " __FUNCTION__ "(%s) - stub\n", szPath));
     471    dprintf(("VDMDBG: %s(%s) - stub\n", __FUNCTION__, szPath));
    472472    return FALSE;
    473473}
     
    486486    )
    487487{
    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));
    489489    return FALSE;
    490490}
     
    513513    )
    514514{
    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__,
    516516             pszModule, SegNumber, Offset, bProtectMode, bNextSymbol, szSymbolName, pDisplacement));
    517517    return FALSE;
     
    532532    )
    533533{
    534     dprintf(("VDMDBG: " __FUNCTION__ "(%x, %x, %x, %x, %x) - stub\n",
     534    dprintf(("VDMDBG: %s(%x, %x, %x, %x, %x) - stub\n", __FUNCTION__,
    535535             szModule, szSymbol, Selector, Offset, Type));
    536536    return FALSE;
  • trunk/src/vdmdbg/vdmdbg.def

    r5984 r21916  
    99; Exports as defined by NT4 sp6
    1010; -----------------------------
    11         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
     11        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
    3030
    3131; -----------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.