equal
deleted
inserted
replaced
25 #include "precompiled.hpp" |
25 #include "precompiled.hpp" |
26 #include "runtime/os.hpp" |
26 #include "runtime/os.hpp" |
27 #include "utilities/decoder.hpp" |
27 #include "utilities/decoder.hpp" |
28 #include "utilities/globalDefinitions.hpp" |
28 #include "utilities/globalDefinitions.hpp" |
29 #include "utilities/nativeCallStack.hpp" |
29 #include "utilities/nativeCallStack.hpp" |
30 |
|
31 NativeCallStack NativeCallStack::EMPTY_STACK(0, false); |
|
32 |
30 |
33 NativeCallStack::NativeCallStack(int toSkip, bool fillStack) : |
31 NativeCallStack::NativeCallStack(int toSkip, bool fillStack) : |
34 _hash_value(0) { |
32 _hash_value(0) { |
35 |
33 |
36 if (fillStack) { |
34 if (fillStack) { |