Windows Stack Traces: Function Names?

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu May 26 07:44:47 PDT 2011


C:\>type test.d
void test()
{
       throw new Exception("aoeu");
}

void main()
{
       test();
}

C:\>dmd -g test

C:\>test
object.Exception at test.d(3): aoeu
----------------
40D18C
40D003
402058
402704
402743
40233F
411FD1
----------------

C:\>which dbghelp.dll
C:\WINDOWS\system32\dbghelp.dll

C:\>sigcheck C:\WINDOWS\system32\dbghelp.dll

Sigcheck v1.66 - File version and signature viewer
Copyright (C) 2004-2010 Mark Russinovich
Sysinternals - www.sysinternals.com

c:\windows\system32\dbghelp.dll:
        Verified:       Signed
        Signing date:   22:27 01/02/2010
        Publisher:      Microsoft Corporation
        Description:    Windows Image Helper
        Product:        Debugging Tools for Windows(R)
        Version:        6.12.0002.633
        File version:   6.12.0002.633 (debuggers(dbg).100201-1203)


More information about the Digitalmars-d mailing list