hotspot/src/share/vm/runtime/os.hpp
changeset 8476 7e34c2d4cf9b
parent 8119 81eef1b06988
child 8478 d89e2f60ba40
equal deleted inserted replaced
8475:c2b97a27943a 8476:7e34c2d4cf9b
   490   static void print_date_and_time(outputStream* st);
   490   static void print_date_and_time(outputStream* st);
   491 
   491 
   492   static void print_location(outputStream* st, intptr_t x, bool verbose = false);
   492   static void print_location(outputStream* st, intptr_t x, bool verbose = false);
   493   static size_t lasterror(char *buf, size_t len);
   493   static size_t lasterror(char *buf, size_t len);
   494 
   494 
       
   495   // Determines whether the calling process is being debugged by a user-mode debugger.
       
   496   static bool is_debugger_attached();
       
   497 
       
   498   // wait for a key press if PauseAtExit is set
       
   499   static void wait_for_keypress_at_exit(void);
       
   500 
   495   // The following two functions are used by fatal error handler to trace
   501   // The following two functions are used by fatal error handler to trace
   496   // native (C) frames. They are not part of frame.hpp/frame.cpp because
   502   // native (C) frames. They are not part of frame.hpp/frame.cpp because
   497   // frame.hpp/cpp assume thread is JavaThread, and also because different
   503   // frame.hpp/cpp assume thread is JavaThread, and also because different
   498   // OS/compiler may have different convention or provide different API to
   504   // OS/compiler may have different convention or provide different API to
   499   // walk C frames.
   505   // walk C frames.