diff src/cpu/x86/vm/frame_x86.hpp @ 22803:f43fad8786fc

8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well Summary: Also fix stack trace on x86 to enable walking of runtime stubs and native wrappers Reviewed-by: kvn
author simonis
date Wed, 24 Sep 2014 12:19:07 -0700
parents 55fb97c4c58d
children e8260b6328fb
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.hpp	Mon Dec 15 18:11:51 2014 +0400
+++ b/src/cpu/x86/vm/frame_x86.hpp	Wed Sep 24 12:19:07 2014 -0700
@@ -187,6 +187,8 @@
 
   frame(intptr_t* sp, intptr_t* fp);
 
+  void init(intptr_t* sp, intptr_t* fp, address pc);
+
   // accessors for the instance variables
   // Note: not necessarily the real 'frame pointer' (see real_fp)
   intptr_t*   fp() const { return _fp; }