wasm-micro-runtime/core/iwasm/compilation
Wenyong Huang 9ef37dd781
Implement source debugging for interpreter and AOT (#769)
Implement source debugging feature for classic interpreter and AOT:
- use `cmake -DWAMR_BUILD_DEBUG_INTERP=1` to enable interpreter debugging
- use `cmake -DWAMR_BUILD_DEBUG_AOT=1` to enable AOT debugging

See doc/source_debugging.md for more details.
2021-09-29 13:36:46 +08:00
..
debug Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
simd Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
aot_compiler.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_compiler.h Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00
aot_emit_aot_file.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_emit_compare.c Fix several coding style and return value unchecked issues (#722) 2021-09-04 10:08:34 +08:00
aot_emit_compare.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_const.c Fix app heap migrate issue and aot compilation warning (#368) 2020-09-03 11:16:38 +08:00
aot_emit_const.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_control.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_emit_control.h enable pthread for AoT && update AOT current version to 2 (#311) 2020-07-16 20:35:04 +08:00
aot_emit_conversion.c Fix several coding style and return value unchecked issues (#722) 2021-09-04 10:08:34 +08:00
aot_emit_conversion.h Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_exception.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_emit_exception.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_function.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_emit_function.h Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_memory.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_emit_memory.h Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
aot_emit_numberic.c Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00
aot_emit_numberic.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_parametric.c Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_parametric.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_table.c Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
aot_emit_table.h Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_variable.c Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
aot_emit_variable.h Implement aux stack overflow/underflow check for AOT/interp (#601) 2021-04-07 03:15:59 -05:00
aot_llvm_extra.cpp Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
aot_llvm_lazyjit.cpp Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
aot_llvm_lazyjit.h Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
aot_llvm.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_llvm.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot.c Fix issues reported by gcc -fsanitize flag (#678) 2021-07-30 15:21:17 +08:00
aot.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
iwasm_compl.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00