[Lldb-commits] [lldb] [lldb] Extend FindTypes to optionally search by mangled type name (PR #113007)
Augusto Noronha via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 29 16:04:01 PDT 2024
augusto2112 wrote:
@Michael137 I wasn't able to run `yaml2obj` to convert back an object file that contains debug info, I'm not sure if the issue is that `yaml2obj` doesn't support something that's encoded in the debug info, or some bug with MachO.
This is the error:
```
error: wrote too much data somewhere, section offsets in section __debug_str_offs__DWARF for segment __DWARF don't line up: [cursor=0x41d1e0], [fileStart=0x41ccdc], [sectionOffset=0x4f2]
```
https://github.com/llvm/llvm-project/pull/113007
More information about the lldb-commits
mailing list