[Lldb-commits] [PATCH] D137247: [lldb] Allow plugins to extend DWARF expression parsing for vendor extensions

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 2 07:53:56 PDT 2022


DavidSpickett added inline comments.


================
Comment at: lldb/unittests/Expression/DWARFExpressionTest.cpp:719
+  Type:            ET_EXEC
+  Machine:         EM_386
+Sections:
----------------
I know it's just a test but is there an `EM_WASM` you could use?

Maybe lldb doesn't understand that name yet so it makes no difference anyway.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137247/new/

https://reviews.llvm.org/D137247



More information about the lldb-commits mailing list