This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/aot
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
..
arch Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
debug Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_intrinsic.c Apply aot intrinsics to riscv 2021-09-09 07:59:12 +00:00
aot_intrinsic.h Fix compilation warnings (#754) 2021-09-16 16:36:42 +08:00
aot_loader.c Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
aot_reloc.h Implement float and integer conversion intrinsics (#718) 2021-09-02 16:39:53 +08:00
aot_runtime.c Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
aot_runtime.h Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
iwasm_aot.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00