Changeset 21932 for trunk/src


Ignore:
Timestamp:
Dec 30, 2011, 11:03:12 AM (14 years ago)
Author:
dmik
Message:

kernel32: More logging.

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/os2heap.cpp

    r21302 r21932  
    178178    DWORD     dwAllocBytes;
    179179
    180 //  dprintf(("OS2Heap::Alloc\n"));
     180#if 0
     181    extern HANDLE Heap_ProcessHeap;
     182    dprintf(("OS2Heap::Alloc(%x:%x:%x) %x %d\n",
     183             this, getHeapHandle(), Heap_ProcessHeap, dwFlags, dwBytes));
     184#endif
    181185
    182186    //size must be multiple of 8 bytes
  • trunk/src/kernel32/thread.cpp

    r21916 r21932  
    710710    dprintf(("Thread HAB %x", winteb->o.odin.hab));
    711711    winteb->o.odin.hmq = OSLibWinQueryMsgQueue(winteb->o.odin.hab);
     712    dprintf(("Thread HMQ %x", winteb->o.odin.hmq));
    712713    rc = OSLibWinSetCp(winteb->o.odin.hmq, GetDisplayCodepage());
    713714    dprintf(("WinSetCP(%d) was %sOK", GetDisplayCodepage(), rc ? "" : "not "));
    714715    hookInit(winteb->o.odin.hab);
    715716
    716     dprintf(("Win32ThreadProc: hab %x hmq %x", winteb->o.odin.hab, winteb->o.odin.hmq));
    717717    dprintf(("Stack top 0x%x, stack end 0x%x", winteb->stack_top, winteb->stack_low));
    718718
Note: See TracChangeset for help on using the changeset viewer.