[Lldb-commits] [lldb] Change `image list -r` so that it actually shows the ref count and whether the image is in the shared cache. (PR #83341)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 28 14:26:42 PST 2024
medismailben wrote:
> Does it make sense to have an image multiple times in the shared cache ? If not, instead of saying `{Y/N count}` what about printing `{location(shared cache/module collection)}` and only print it ref count if it's not in the shared cache ?
My bad, I thought you were talking about the `dyld` shared cache as opposed to the lldb shared module cache. LGTM then.
https://github.com/llvm/llvm-project/pull/83341
More information about the lldb-commits
mailing list