We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903a27a commit 7c75f6cCopy full SHA for 7c75f6c
1 file changed
core/iwasm/libraries/debug-engine/debug_engine.c
@@ -263,16 +263,6 @@ wasm_debug_engine_create()
263
/* reset current instance id */
264
current_instance_id = 1;
265
266
- /* TODO: support Wasm platform in LLDB */
267
- /*
268
- engine->control_thread =
269
- wasm_debug_control_thread_create((WASMDebugObject *)engine);
270
- engine->control_thread->debug_engine = (WASMDebugObject *)engine;
271
- engine->control_thread->debug_instance = NULL;
272
- sprintf(engine->control_thread->ip_addr, "127.0.0.1");
273
- engine->control_thread->port = 1234;
274
- */
275
-
276
bh_list_init(&engine->debug_instance_list);
277
return engine;
278
}
0 commit comments