[Lldb-commits] [lldb] [lldb] Add utility to create Mach-O corefile from YAML desc (PR #153911)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 22 09:48:39 PDT 2025


================
@@ -0,0 +1,14 @@
+add_lldb_tool(yaml2macho-core
+    main.cpp
+    yaml2corespec.cpp
----------------
JDevlieghere wrote:


Nit: filename suggestions. 
```suggestion
    yaml2macho.cpp
    CoreSpec.cpp
```

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


More information about the lldb-commits mailing list