| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-14 | [lldb][NFC] Make the target's SectionLoadList private. (#113278) | Greg Clayton | |
| Lots of code around LLDB was directly accessing the target's section load list. This NFC patch makes the section load list private so the Target class can access it, but everyone else now uses accessor functions. This allows us to control the resolving of addresses and will allow for functionality in LLDB which can lazily resolve addresses in JIT plug-ins with a future patch. | |||
| 2023-03-13 | Refactor ObjectFilePlaceholder for sharing | Jeffrey Tan | |
| This patch refactors PlaceholderObjectFile into ObjectFile plugin directory so that we can reuse it for other cases like coredump debugging with NT_FILE notes. PlaceholderObjectFile is also renamed to ObjectFilePlaceholder to be consistent with ObjectFile plugin naming convention. Differential Revision: https://reviews.llvm.org/D145955 | |||
