| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Teach LLDB about Mach-O filesets This patch teaches LLDB about Mach-O filesets. Filsets are Mach-O files that contain a bunch of other Mach-O files. Unlike universal binaries, which have a different header, Filesets use load commands to describe the different entries it contains. Differential revision: https://reviews.llvm.org/D132433 | 3 年前 | |
[lldb] Don't crash on malformed filesets (#98388) The memory read can fail for a malformed fileset. Handle it gracefully instead of passing a nullptr to the std::string constructor. rdar://131477833 | 2 年前 | |
[lldb] Computer the slide when and apply it to each fileset's vm addr Computer the slide when and apply it to each entry's vm addr when reading from memory. Differential revision: https://reviews.llvm.org/D132710 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 2 年前 | ||
| 3 年前 |