Commit Graph
9 Commits
Author SHA1 Message Date
Xu JunandGitHub fbcf8c2c60 Fix some static scan issues (#2362) 2023-07-18 16:06:21 +08:00
Xu JunandGitHub 25a1985413 Add scripts to validate lldb source debugger (#2150) 2023-07-05 15:58:57 +08:00
Xu JunandGitHub 4c2d358980 Update document for source debugging (#2051) 2023-03-23 19:16:56 +08:00
Xu JunandGitHub d75cb3224f Fix dead lock in source debugger (#2040) 2023-03-20 08:17:22 +08:00
Xu JunandGitHub cadf9d0ad3 Main thread spread exception when thread-mgr is enabled (#1889)
And refactor clear_wasi_proc_exit_exception, refer to
https://github.com/bytecodealliance/wasm-micro-runtime/pull/1869
2023-01-20 08:54:27 +08:00
Xu JunandGitHub 9d689b3a22 Set noexecstack CXX link flags for wamrc (#1303)
Set noexecstack CXX link flags for wamrc to avoid generating binary
with exec stack.
2022-07-18 18:47:44 +08:00
Xu JunandGitHub d404107d85 Fix typo in embed_wamr.md (#1214)
Fix typo in embed_wamr.md reported by #1211
2022-06-09 08:56:45 +08:00
Xu JunandGitHub 93607d0fac Support print exception info in source debugger (#1212) 2022-06-08 12:17:48 +08:00
Xu JunandGitHub ea63ba4bd0 source debugging: Fix step over was treated as step in issue (#1073) 2022-04-04 14:31:05 +08:00