[Lldb-commits] [lldb] [lldb] Add WebAssembly Process Plugin (PR #150143)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 08:14:36 PDT 2025


================
@@ -2076,6 +2076,13 @@ size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target,
     trap_opcode_size = sizeof(g_loongarch_opcode);
   } break;
 
+  case llvm::Triple::wasm32: {
+    // Unreachable (0x00) triggers an unconditional trap.
----------------
JDevlieghere wrote:

Yes

https://github.com/llvm/llvm-project/pull/150143


More information about the lldb-commits mailing list