Commit 672c2595 authored by dong's avatar dong

cmp-0.5.0-22

parent eee64a2d
...@@ -97,6 +97,7 @@ fun testIfBreakpoint() { ...@@ -97,6 +97,7 @@ fun testIfBreakpoint() {
} }
} }
//表达式断点 //表达式断点
fun testConditionalBreakpoint() { fun testConditionalBreakpoint() {
//打印 //打印
......
...@@ -23,7 +23,7 @@ kotlin.debug.generateLineNumbers=true ...@@ -23,7 +23,7 @@ kotlin.debug.generateLineNumbers=true
kotlin.debug.generateLocalVariables=true kotlin.debug.generateLocalVariables=true
ohosSkikoVersion=0.9.22.2-0.5.0-12 ohosSkikoVersion=0.9.22.2-0.5.0-22
# 统一渲染(fusion-renderer);自渲染用 skia # 统一渲染(fusion-renderer);自渲染用 skia
#rendererBackend=fusion-renderer #rendererBackend=fusion-renderer
rendererBackend=skia rendererBackend=skia
......
...@@ -23,12 +23,12 @@ junit = "4.13.2" ...@@ -23,12 +23,12 @@ junit = "4.13.2"
# Compose # Compose
compose = "1.9.4" compose = "1.9.4"
compose-material3 = "1.4.0" compose-material3 = "1.4.0"
composeMultiplatform = "1.9.2-0.5.0-12" composeMultiplatform = "1.9.2-0.5.0-22"
# Kotlin & testing # Kotlin & testing
kotlin = "2.2.21-0.5.0-06" kotlin = "2.2.21-0.5.0-10"
kotlinx-coroutines = "1.10.2-0.5.0-05" kotlinx-coroutines = "1.10.2-0.5.0-09"
atomicFu = "0.31.0-0.5.0-05" atomicFu = "0.31.0-0.5.0-09"
......
...@@ -819,25 +819,6 @@ typedef struct { ...@@ -819,25 +819,6 @@ typedef struct {
libkn_KInt (*get_c1)(libkn_kref_com_dong_demo013_debug_debugClass thiz); libkn_KInt (*get_c1)(libkn_kref_com_dong_demo013_debug_debugClass thiz);
} debugClass; } debugClass;
void (*allBreakpoints)(); void (*allBreakpoints)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter)();
void (*complexObject)(); void (*complexObject)();
void (*getJsons)(); void (*getJsons)();
void (*tenComplexObject)(); void (*tenComplexObject)();
...@@ -845,172 +826,20 @@ typedef struct { ...@@ -845,172 +826,20 @@ typedef struct {
void (*testConditionalBreakpoint)(); void (*testConditionalBreakpoint)();
void (*testIfBreakpoint)(); void (*testIfBreakpoint)();
void (*threeComplexObject)(); void (*threeComplexObject)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter__)();
void (*testIntoDebug)(); void (*testIntoDebug)();
void (*testIntoFather)(); void (*testIntoFather)();
void (*testIntoGrandfather)(); void (*testIntoGrandfather)();
void (*testIntoKid)(); void (*testIntoKid)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter___)();
void (*testOutDebug)(); void (*testOutDebug)();
void (*testOutFather)(); void (*testOutFather)();
void (*testOutKid)(); void (*testOutKid)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter____)();
void (*testDebug)(); void (*testDebug)();
void (*testOverFather)(); void (*testOverFather)();
void (*testOverKid)(); void (*testOverKid)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter_______)();
void (*testFrame1)(); void (*testFrame1)();
void (*testFrame2)(); void (*testFrame2)();
void (*testFrame3)(); void (*testFrame3)();
void (*testFrame4)(); void (*testFrame4)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter________)();
void (*debugChild1)(); void (*debugChild1)();
void (*debugChild2)(); void (*debugChild2)();
void (*debugall)(); void (*debugall)();
...@@ -1068,9 +897,6 @@ typedef struct { ...@@ -1068,9 +897,6 @@ typedef struct {
} Detail; } Detail;
libkn_KType* (*_type)(void); libkn_KType* (*_type)(void);
} Page; } Page;
libkn_KInt (*com_dong_demo013_navigation_ComponentDemo$stableprop_getter)();
libkn_KInt (*com_dong_demo013_navigation_Page_Detail$stableprop_getter)();
libkn_KInt (*com_dong_demo013_navigation_Page_Home$stableprop_getter)();
} navigation; } navigation;
struct { struct {
libkn_KType* (*_type)(void); libkn_KType* (*_type)(void);
...@@ -1154,34 +980,6 @@ typedef struct { ...@@ -1154,34 +980,6 @@ typedef struct {
} export_; } export_;
} compose; } compose;
} androidx; } androidx;
struct {
struct {
struct {
struct {
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter___)();
} resources;
} generated;
} composeapp;
} testtoolchaindemo;
} root; } root;
} kotlin; } kotlin;
} libkn_ExportedSymbols; } libkn_ExportedSymbols;
......
...@@ -819,25 +819,6 @@ typedef struct { ...@@ -819,25 +819,6 @@ typedef struct {
libkn_KInt (*get_c1)(libkn_kref_com_dong_demo013_debug_debugClass thiz); libkn_KInt (*get_c1)(libkn_kref_com_dong_demo013_debug_debugClass thiz);
} debugClass; } debugClass;
void (*allBreakpoints)(); void (*allBreakpoints)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter)();
void (*complexObject)(); void (*complexObject)();
void (*getJsons)(); void (*getJsons)();
void (*tenComplexObject)(); void (*tenComplexObject)();
...@@ -845,172 +826,20 @@ typedef struct { ...@@ -845,172 +826,20 @@ typedef struct {
void (*testConditionalBreakpoint)(); void (*testConditionalBreakpoint)();
void (*testIfBreakpoint)(); void (*testIfBreakpoint)();
void (*threeComplexObject)(); void (*threeComplexObject)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter_)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter__)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter__)();
void (*testIntoDebug)(); void (*testIntoDebug)();
void (*testIntoFather)(); void (*testIntoFather)();
void (*testIntoGrandfather)(); void (*testIntoGrandfather)();
void (*testIntoKid)(); void (*testIntoKid)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter___)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter___)();
void (*testOutDebug)(); void (*testOutDebug)();
void (*testOutFather)(); void (*testOutFather)();
void (*testOutKid)(); void (*testOutKid)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter____)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter____)();
void (*testDebug)(); void (*testDebug)();
void (*testOverFather)(); void (*testOverFather)();
void (*testOverKid)(); void (*testOverKid)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter_____)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter______)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter_______)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter_______)();
void (*testFrame1)(); void (*testFrame1)();
void (*testFrame2)(); void (*testFrame2)();
void (*testFrame3)(); void (*testFrame3)();
void (*testFrame4)(); void (*testFrame4)();
libkn_KInt (*com_dong_demo013_debug_BranchLayer$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass1$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexClass2$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexNode$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_ComplexThreeClass$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugAllTypesData$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelData$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelRoot$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_DebugTenLevelSample$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_LeafLayer$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleAtom$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorInternal$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleFloorLeaf$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleNode$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleRoot$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TenSampleSideBranch$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_TerminalComplex$stableprop_getter________)();
libkn_KInt (*com_dong_demo013_debug_debugClass$stableprop_getter________)();
void (*debugChild1)(); void (*debugChild1)();
void (*debugChild2)(); void (*debugChild2)();
void (*debugall)(); void (*debugall)();
...@@ -1068,9 +897,6 @@ typedef struct { ...@@ -1068,9 +897,6 @@ typedef struct {
} Detail; } Detail;
libkn_KType* (*_type)(void); libkn_KType* (*_type)(void);
} Page; } Page;
libkn_KInt (*com_dong_demo013_navigation_ComponentDemo$stableprop_getter)();
libkn_KInt (*com_dong_demo013_navigation_Page_Detail$stableprop_getter)();
libkn_KInt (*com_dong_demo013_navigation_Page_Home$stableprop_getter)();
} navigation; } navigation;
struct { struct {
libkn_KType* (*_type)(void); libkn_KType* (*_type)(void);
...@@ -1154,34 +980,6 @@ typedef struct { ...@@ -1154,34 +980,6 @@ typedef struct {
} export_; } export_;
} compose; } compose;
} androidx; } androidx;
struct {
struct {
struct {
struct {
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter_)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter__)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_array$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_drawable$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_font$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_plurals$stableprop_getter___)();
libkn_KInt (*testtoolchaindemo_composeapp_generated_resources_Res_string$stableprop_getter___)();
} resources;
} generated;
} composeapp;
} testtoolchaindemo;
} root; } root;
} kotlin; } kotlin;
} libkn_ExportedSymbols; } libkn_ExportedSymbols;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment