[K/N] Support stacktrace using libbacktrace
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "CompilerConstants.hpp"
|
||||
|
||||
#include "Common.h"
|
||||
#include "SourceInfo.h"
|
||||
|
||||
using namespace kotlin;
|
||||
|
||||
@@ -14,6 +15,7 @@ RUNTIME_WEAK int32_t Kotlin_destroyRuntimeMode = 1;
|
||||
RUNTIME_WEAK int32_t Kotiln_gcAggressive = 0;
|
||||
RUNTIME_WEAK int32_t Kotlin_workerExceptionHandling = 0;
|
||||
RUNTIME_WEAK int32_t Kotlin_freezingEnabled = 1;
|
||||
RUNTIME_WEAK const Kotlin_getSourceInfo_FunctionType Kotlin_getSourceInfo_Function = nullptr;
|
||||
|
||||
ALWAYS_INLINE compiler::DestroyRuntimeMode compiler::destroyRuntimeMode() noexcept {
|
||||
return static_cast<compiler::DestroyRuntimeMode>(Kotlin_destroyRuntimeMode);
|
||||
|
||||
Reference in New Issue
Block a user