Fix source debugging issues (#776)
- fix data race issue between debug control thread and main thread - fix possible memory leaks in breakpoints list - fix memory uninitialized issues - remove unused data structures - add more checks when handling packet and args - fix mini-loader issues - fix config_common.cmake fast interp prompt issue
This commit is contained in:
@ -2438,7 +2438,7 @@ wasm_loader_unload(WASMModule *module)
|
||||
}
|
||||
|
||||
bool
|
||||
wasm_loader_find_block_addr(BlockAddr *block_addr_cache,
|
||||
wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
|
||||
const uint8 *start_addr, const uint8 *code_end_addr,
|
||||
uint8 label_type, uint8 **p_else_addr,
|
||||
uint8 **p_end_addr)
|
||||
|
||||
Reference in New Issue
Block a user