src/hotspot/os/windows/windbghelp.hpp
changeset 49039 0f81d08a578e
parent 47666 19219ec3f176
child 53244 9807daeb47c4
equal deleted inserted replaced
49038:ebdbf7f90199 49039:0f81d08a578e
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef OS_WINDOWS_VM_DBGHELPLOADER_HPP
    25 #ifndef OS_WINDOWS_WINDBGHELP_HPP
    26 #define OS_WINDOWS_VM_DBGHELPLOADER_HPP
    26 #define OS_WINDOWS_WINDBGHELP_HPP
    27 
    27 
    28 #include <windows.h>
    28 #include <windows.h>
    29 #include <imagehlp.h>
    29 #include <imagehlp.h>
    30 
    30 
    31 // This is a very plain wrapper for loading dbghelp.dll. It does not offer
    31 // This is a very plain wrapper for loading dbghelp.dll. It does not offer
    69   // Call at DLL_PROCESS_ATTACH.
    69   // Call at DLL_PROCESS_ATTACH.
    70   void pre_initialize();
    70   void pre_initialize();
    71 
    71 
    72 };
    72 };
    73 
    73 
       
    74 #endif // OS_WINDOWS_WINDBGHELP_HPP
    74 
    75 
    75 #endif // OS_WINDOWS_VM_DBGHELPLOADER_HPP
       
    76